Core library of the Apache Lucene search engine, providing indexing and search capabilities.
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>10.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating an IndexWriter with a RAM directory and standard analyzer.
Consult the Lucene migration guide when upgrading from older versions.
No dependency data recorded yet.