lucene/lucene
Adrien Grand 2e545d78f5 LUCENE-7749: Made LRUQueryCache delegate the scoreSupplier method. 2017-04-03 15:07:03 +02:00
..
analysis LUCENE-7743: Avoid calling new String(String). 2017-03-28 15:35:04 +02:00
backward-codecs Add 6.5.0 back compat test indexes 2017-03-25 18:37:25 +01:00
benchmark LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
classification LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
codecs LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
core LUCENE-7749: Made LRUQueryCache delegate the scoreSupplier method. 2017-04-03 15:07:03 +02:00
demo add missing javadoc 2017-02-18 08:34:09 -05:00
expressions Add a reference to FunctionScoreQuery to javadocs of Expression. 2017-03-01 17:20:08 +01:00
facet LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
grouping LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
highlighter LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
join LUCENE-7755: Join queries should not reference IndexReaders. 2017-03-30 15:11:52 +02:00
licenses LUCENE-7653: Update randomizedtesting to version 2.5.0. Piggyback wiping of cwds of forked JVMs. 2017-01-23 13:39:19 +01:00
memory LUCENE-6819: Remove index-time boosts. 2017-03-02 19:18:16 +01:00
misc switch to advanceExact 2017-04-02 16:25:09 -04:00
queries LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
queryparser LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
replicator LUCENE-7410: Make cache keys and close listeners less trappy. 2017-02-28 14:46:45 +01:00
sandbox LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
site LUCENE-7543: Treat product name passed into changes2html.pl case-insensitively, and validate that the product name is either 'lucene' or 'solr' 2017-01-25 13:00:20 -05:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05:00
spatial-extras LUCENE-7637: Require that all terms of a TermsQuery come from the same field. 2017-01-17 08:51:58 +01:00
spatial3d LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
suggest LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
test-framework LUCENE-7753: Make fields static when possible. 2017-03-31 17:28:21 +02:00
tools LUCENE-7754: Inner classes should be static whenever possible. 2017-03-28 15:35:04 +02:00
BUILD.txt
CHANGES.txt LUCENE-7749: Made LRUQueryCache delegate the scoreSupplier method. 2017-04-03 15:07:03 +02:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01:00
LICENSE.txt
MIGRATE.txt LUCENE-6819: Remove index-time boosts. 2017-03-02 19:18:16 +01:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-7727: Replace end-of-life Markdown parser "Pegdown" by "Flexmark" for compatibility with Java 9 2017-03-02 17:43:44 +01:00
common-build.xml SOLR-10338: Configure SecureRandom non blocking for tests. 2017-03-31 10:53:20 -04:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
ivy-versions.properties SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:28:09 +02:00
version.properties Update master version to 7.0.0 2016-03-02 02:37:33 -06:00

README.txt

# 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