Registry / testing / lucene-test-framework

lucene-test-framework

JSON →
library10.4.0javamavenunverified

Apache Lucene module providing test framework utilities for unit testing Lucene-based applications.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-test-framework</artifactId> <version>10.4.0</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-TEST-FRAMEW
L
lucene-test-framework
testingjavav10.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LuceneTestCase
org.apache.lucene.tests.util.LuceneTestCase

Writing a Lucene unit test using the test framework.

import org.apache.lucene.tests.util.LuceneTestCase; import org.junit.Test; public class MyLuceneTest extends LuceneTestCase { @Test public void testIndexing() { // Lucene test utilities available } }
Debug
Known issues
breakingLucene 10.x has breaking changes; test framework APIs may differ from 9.x.
fix
Refer to Lucene 10 migration guide when upgrading from 9.x.
affects: >=10.0.0
Upgrade
Version history
10.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
lucene-test-framework — mvn dependency:get lucene-test-framework · libregistry