2020-09-09 01:01:05 +02:00
..
2020-09-09 01:01:05 +02:00
2020-09-08 10:27:53 -05:00
2020-06-24 16:15:51 -05:00

Apache Lucene README file

Introduction

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 in a binary distribution

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.md