Skip to content

Files

Latest commit

4c6b0db · Aug 5, 2019

History

History
This branch is 2746 commits behind apache/lucene-solr:master.

lucene

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 30, 2019
Jul 26, 2019
Jul 25, 2019
Mar 14, 2019
Jul 26, 2019
Aug 1, 2019
Jan 28, 2019
Nov 15, 2018
Jun 10, 2019
Jul 2, 2019
Aug 5, 2019
Jul 29, 2019
Jun 14, 2019
Aug 3, 2019
Jun 10, 2019
Jul 1, 2019
Jul 9, 2019
Jul 9, 2019
Jul 29, 2019
Jul 29, 2019
Jul 29, 2019
Sep 21, 2017
Jun 10, 2019
Feb 6, 2017
Jun 26, 2019
Jul 29, 2019
Jul 29, 2019
Jun 22, 2019
Apr 16, 2019
Aug 3, 2019
Oct 13, 2017
Aug 13, 2015
Aug 4, 2019
Jan 3, 2019
Sep 27, 2012
Apr 16, 2019
Apr 16, 2019
Jun 22, 2019
May 21, 2019
Apr 10, 2019
Jun 14, 2019
Apr 16, 2019
May 16, 2016
Jan 7, 2019
# 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:
   [email protected]

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