lucene/lucene
jimczi 2afa6cb00a Add 8.0.0 back compat test indexes and reenable backward compatibility tests for 9 2019-03-14 14:00:13 +01:00
..
analysis LUCENE-8719: Traverse all paths at the end of a TokenStream in FixedShingleFilter 2019-03-14 11:10:02 +00:00
backward-codecs Add 8.0.0 back compat test indexes and reenable backward compatibility tests for 9 2019-03-14 14:00:13 +01:00
benchmark Fix some spell check issues 2019-02-12 21:35:30 -08:00
classification Fix some spell check issues 2019-02-12 21:35:30 -08:00
codecs UCENE-8703: Build point writers in the BKD tree only when they are needed 2019-03-01 07:41:16 +01:00
core LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to IndexSearcher 2019-03-14 10:17:12 +00:00
demo LUCENE-8474: Remove deprecated RAMDirectory. 2019-01-28 13:49:03 +01:00
expressions SOLR-12881: Remove unneeded import statements 2018-11-14 17:48:15 -08:00
facet LUCENE-8720: fix int overflow in NameIntCacheLRU 2019-03-12 12:19:33 -04:00
grouping LUCENE-8483: Scorer cannot have a null Weight 2018-09-07 11:41:47 +01:00
highlighter LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym 2019-03-11 10:20:11 +01:00
join LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
licenses LUCENE-8659 - updated sha1 for OpenNLP dependency 2019-01-26 23:32:59 +01:00
memory LUCENE-8292: Make TermsEnum fully abstract (#574) 2019-02-15 17:32:55 +01:00
misc Fix some spell check issues 2019-02-12 21:35:30 -08:00
queries LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to IndexSearcher 2019-03-14 10:17:12 +00:00
queryparser LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym 2019-03-11 10:20:11 +01:00
replicator Fix some spell check issues 2019-02-12 21:35:30 -08:00
sandbox LUCENE-8713: Add Line2D tests 2019-03-12 09:18:54 +01:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05:00
spatial-extras LUCENE-8474: Remove deprecated RAMDirectory. 2019-01-28 13:49:03 +01:00
spatial3d LUCENE-8696: Rework how endpoint circles are represented to allow for consistency on WGS84. 2019-02-27 02:28:33 -05:00
suggest Fix some spell check issues 2019-02-12 21:35:30 -08:00
test-framework LUCENE-8714: Don't use NoMergePolicy in norms tests 2019-03-01 14:47:54 +00:00
tools SOLR-13268: Clean up any test failures resulting from defaulting to async logging. Put TestXmlQParser back 2019-03-11 21:40:23 -07:00
BUILD.txt
CHANGES.txt LUCENE-8719: Traverse all paths at the end of a TokenStream in FixedShingleFilter 2019-03-14 11:10:02 +00:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8292: Make TermsEnum fully abstract (#574) 2019-02-15 17:32:55 +01:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2019-01-03 18:46:30 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-5143: Fix smoketester, fix RM PGP key check, fix solr DOAP file, add CHANGES entry 2018-09-11 22:39:19 +02:00
common-build.xml LUCENE-8527: Upgrade JFlex to 1.7.0. StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide UTS#51 v11.0 Emoji tokenization with the '<EMOJI>' token type. 2019-01-08 13:33:49 -05:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties LUCENE-8291: Remove untested/unmaintained demo webapp 2018-05-16 09:25:26 +02:00
ivy-versions.properties SOLR-13268: Clean up any test failures resulting from SOLR-12055 (async logging). Kevin's upgrades 2019-02-24 09:50:04 -08:00
module-build.xml SOLR-11694: Remove outdated UIMA module 2018-07-07 09:58:57 -04:00
top-level-ivy-settings.xml
version.properties Move to version 9.0.0 2019-01-07 13:04:01 +00: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