lucene/lucene
Erick Erickson bd01064f69 SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong" 2017-03-27 09:31:15 -07:00
..
analysis LUCENE-7708: Fix position length attribute set by the ShingleFilter when outputUnigrams=false 2017-02-24 23:37:37 +01:00
backward-codecs Add 6.5.0 back compat test indexes 2017-03-25 18:37:25 +01:00
benchmark LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04:00
classification LUCENE-7591 - approximate to no. of terms when DVs are not available 2016-12-12 10:00:21 +01:00
codecs LUCENE-7055: Add ScorerProvider to get an estimation of the cost of scorers before building them. 2017-01-17 08:51:58 +01:00
core fix typo in comment 2017-03-25 06:21:29 -04: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-7410: Make cache keys and close listeners less trappy. 2017-02-28 14:46:45 +01:00
grouping LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00:00
highlighter LUCENE-7717: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text 2017-03-01 01:38:54 -05:00
join LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04: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 LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04:00
queries LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04:00
queryparser LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04:00
replicator LUCENE-7410: Make cache keys and close listeners less trappy. 2017-02-28 14:46:45 +01:00
sandbox LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-15 06:03:54 -04: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-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-15 06:03:54 -04:00
suggest SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong" 2017-03-27 09:31:15 -07:00
test-framework LUCENE-7740: Refactor Range Fields to remove Field suffix (e.g., DoubleRange), 2017-03-13 02:22:29 -05:00
tools SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
BUILD.txt
CHANGES.txt Fix CHANGES.txt 2017-03-17 13:45:29 -07:00
JRE_VERSION_MIGRATION.txt
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 LUCENE-7727: Replace end-of-life Markdown parser "Pegdown" by "Flexmark" for compatibility with Java 9 2017-03-02 17:43:44 +01: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
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

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