Adrien Grand 8784b2a4f1 Revert "LUCENE-9116: Remove long[] from PostingsWriterBase#encodeTerm. (#1149)"
This reverts commit 18a2c25c46b763af02bef0e402a4a4115613b950.
2020-01-09 17:38:20 +01:00
..
2019-12-17 15:55:21 -05:00
2019-07-15 13:52:43 +02:00
2019-12-12 09:33:20 +01: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.

 * The Lucene web site is at: http://lucene.apache.org/
 * Please join the Lucene-User mailing list by sending a message to:
   java-user-subscribe@lucene.apache.org

## 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.txt