lucene/lucene
Karl Wright 9c02bf09b7 LUCENE-8451: Add disabled regression test 2018-08-09 20:39:38 -04:00
..
analysis LUCENE-8420: Upgrade OpenNLP to 1.9.0 2018-07-23 13:55:22 +09:00
backward-codecs Add 6.6.5 bwc indices. 2018-07-12 11:08:04 +02:00
benchmark LUCENE-8431: Top-docs collectors now collect lower bounds of the hit count. 2018-07-30 16:38:05 +02:00
classification LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
codecs LUCENE-8165: Ban copyOf and copyOfRange. 2018-06-07 10:08:21 +02:00
core LUCENE-8204: Boolean queries with a mix of required and optional clauses are now faster if the total hit count is not required 2018-08-08 15:49:58 +02: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 LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
facet LUCENE-8431: Top-docs collectors now collect lower bounds of the hit count. 2018-07-30 16:38:05 +02:00
grouping LUCENE-8431: Top-docs collectors now collect lower bounds of the hit count. 2018-07-30 16:38:05 +02:00
highlighter LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
join LUCENE-8060: ToChildBlockJoinQuery can't delegate getMaxScore but not advanceShallow. 2018-08-01 14:42:37 +02:00
licenses LUCENE-8420: Upgrade OpenNLP to 1.9.0 2018-07-23 13:55:22 +09:00
memory LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
misc LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
queries LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
queryparser LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
replicator LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
sandbox LUCENE-8447: Add DISJOINT and WITHIN support to LatLonShape queries 2018-08-08 12:50:05 -05: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-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
spatial3d LUCENE-8451: Add disabled regression test 2018-08-09 20:39:38 -04:00
suggest LUCENE-8431: Top-docs collectors now collect lower bounds of the hit count. 2018-07-30 16:38:05 +02:00
test-framework LUCENE-8204: Boolean queries with a mix of required and optional clauses are now faster if the total hit count is not required 2018-08-08 15:49:58 +02:00
tools SOLR-12557: standardise solr/core (private) logger names 2018-07-31 17:00:11 +01:00
BUILD.txt
CHANGES.txt LUCENE-8447: Add DISJOINT and WITHIN support to LatLonShape queries 2018-08-08 12:50:05 -05:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8060: IndexSearcher's search and searchAfter methods now only compute total hit counts accurately up to 1,000. 2018-08-01 09:01:21 +02: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 SOLR-11694: Remove outdated UIMA module 2018-07-07 09:58:57 -04:00
common-build.xml SOLR-11694: Remove outdated UIMA module 2018-07-07 09:58:57 -04:00
default-nested-ivy-settings.xml
ivy-ignore-conflicts.properties LUCENE-8291: Remove untested/unmaintained demo webapp 2018-05-16 09:25:26 +02:00
ivy-versions.properties SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time. 2018-08-07 11:51:16 -04: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