lucene/lucene
Steve Rowe 86bc028f0d LUCENE-8611: Fix Maven test compilation by making lucene-test-framework's dependencies transitive for all modules that depend on it, by not writing out the <dependencyManagement>/<exclusions> section for it in the grandparent POM. 2018-12-20 09:30:16 -05:00
..
analysis LUCENE-8603 Fix the inversion of right ids for additional nouns in the Korean user dictionary 2018-12-16 15:03:12 +07:00
backward-codecs LUCENE-8609: Allow getting consistent docstats from IndexWriter 2018-12-14 19:36:25 +01:00
benchmark LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
classification LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
codecs LUCENE-8470: Remove legacy doc values APIs from lucene/core. 2018-11-16 14:24:34 +01:00
core LUCENE-8600: Use a faster sort in DocValuesFieldUpdates. 2018-12-18 17:45:17 +01:00
demo LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
expressions SOLR-12881: Remove unneeded import statements 2018-11-14 17:48:15 -08:00
facet LUCENE-8609: Allow getting consistent docstats from IndexWriter 2018-12-14 19:36:25 +01:00
grouping LUCENE-8483: Scorer cannot have a null Weight 2018-09-07 11:41:47 +01:00
highlighter LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
join LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
licenses LUCENE-8611: Update randomizedtesting to 2.7.2, JUnit to 4.12, add hamcrest-core dependency. 2018-12-15 09:49:36 +01:00
memory LUCENE-8611: Update randomizedtesting to 2.7.2, JUnit to 4.12, add hamcrest-core dependency. 2018-12-15 09:49:36 +01:00
misc LUCENE-8591: add LegacyBM25Similarity#getDiscountOverlaps 2018-12-07 12:31:22 +01:00
queries LUCENE-8609: Allow getting consistent docstats from IndexWriter 2018-12-14 19:36:25 +01:00
queryparser LUCENE-7875: Moved MultiFields static methods to MultiTerms, FieldInfos and MultiBits. 2018-10-18 19:49:14 -04:00
replicator LUCENE-8560: TestByteBuffersDirectory.testSeekPastEOF() failures with ByteArrayIndexInput. ByteArrayIndexInput removed entirely, without a replacement. 2018-11-10 16:54:28 +01:00
sandbox LUCENE-8581: Change LatLonShape encoding to use 4 bytes Per Dimension 2018-12-18 16:50:24 +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-8464: ConstantScoreScorer now implements setMinCompetitveScore in order to early terminate the iterator if the minimum score is greater than the constant score. 2018-11-16 15:14:11 +01:00
spatial3d LUCENE-8587: Fix the equals method of GeoComplexPolygon 2018-12-11 13:48:34 -05:00
suggest LUCENE-8529: TopSuggestDocsCollector will now use the completion key to tiebreak completion 2018-11-28 17:32:13 +01:00
test-framework LUCENE-8604: TestRuleLimitSysouts now has an optional "hard limit" of bytes that can be written to stderr and stdout (anything beyond the hard limit is ignored). The default hard limit is 2 GB of logs per test class. 2018-12-18 22:03:44 +01:00
tools LUCENE-8611: Fix Maven test compilation by making lucene-test-framework's dependencies transitive for all modules that depend on it, by not writing out the <dependencyManagement>/<exclusions> section for it in the grandparent POM. 2018-12-20 09:30:16 -05:00
BUILD.txt
CHANGES.txt LUCENE-8604: TestRuleLimitSysouts now has an optional "hard limit" of bytes that can be written to stderr and stdout (anything beyond the hard limit is ignored). The default hard limit is 2 GB of logs per test class. 2018-12-18 22:03:44 +01:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8609: Remove deprecated IW#numDocs() and IW#maxDoc() methdos 2018-12-14 19:36:25 +01:00
NOTICE.txt LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean 2018-04-13 11:26:42 +02: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-8546: Fix ant beast to fail and succeed based on whether beasting actually fails or succeeds. 2018-12-02 10:10:10 -06: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 Merge jira/http2 branch to master 2018-12-16 16:58:20 +00: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 Solr 7.0 release, bumping up version to 8 on master 2017-06-30 10:40:27 -07: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