lucene
8.11.1
About: Lucene is a Java full-text search engine (not a complete application, but rather a code library and API). Java source code.
The 8.x series. ![]() ![]() |
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
Files are organized by module, for example in core/:
core/lucene-core-XX.jar
: The compiled core Lucene
library.To review the documentation, read the main documentation page,
located at: docs/index.html
To build Lucene or its documentation for a source distribution, see BUILD.txt