lucene/lucene
johngqjiang 4df2702cdb LUCENE-8980: Blocktree seekExact now checks min-max range of the segment
(cherry picked from commit 99f4cec459)
2019-09-26 15:58:30 -04:00
..
analysis LUCENE-8981: fix typo in javadoc that breaks precommit 2019-09-17 17:07:50 -04:00
backward-codecs Add back-compat indices for 8.2.0 2019-07-26 10:21:31 +02:00
benchmark LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:10:06 +02:00
classification LUCENE-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
codecs LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats 2019-09-06 12:09:15 -04:00
core LUCENE-8980: Blocktree seekExact now checks min-max range of the segment 2019-09-26 15:58:30 -04:00
demo
expressions
facet LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:10:06 +02:00
grouping
highlighter LUCENE-8848: Fix IndexWriter leak when TestUnifiedHighlighter#testNotReanalyzed is ignored 2019-06-25 10:37:06 +02:00
join LUCENE-8938: use expectThrows() to verify the ex thrown in tests 2019-07-29 22:35:07 +05:30
licenses SOLR-13541: Upgrade Jetty to 9.4.19.v20190610 2019-06-14 15:45:45 +01:00
luke LUCENE:8945: Allow to change the output file delimiter on Luke "export terms" feature 2019-09-18 20:05:08 +09:00
memory LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:10:06 +02:00
misc Revert "Harden Up TestDiversifiedTopDocsCollector (#858)" 2019-09-05 22:12:14 +02:00
monitor Fix two 'against' typos. 2019-07-09 11:14:59 +01:00
queries LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (#871) (#901) 2019-09-25 15:26:00 -07:00
queryparser SOLR-13650: Support for named global classloaders 2019-08-20 11:56:18 +10:00
replicator LUCENE-8938: use expectThrows() to verify the ex thrown in tests 2019-07-29 22:35:07 +05:30
sandbox LUCENE-8921: IndexSearcher.termStatistics API change 2019-09-17 16:56:09 -04:00
site
spatial
spatial-extras LUCENE-8758 Remove unused fields in QuadPrefixTree 2019-08-30 10:24:07 -04:00
spatial3d LUCENE-8855: Add Accountable to some Query implementations. 2019-06-26 15:30:08 +02:00
suggest LUCENE-8938: use expectThrows() to verify the ex thrown in tests 2019-07-29 22:35:07 +05:30
test-framework LUCENE-8921: IndexSearcher.termStatistics API change 2019-09-17 16:56:09 -04:00
tools SOLR-13568: Precommit fail Java var until 9x. Fail var... 2019-08-11 11:51:52 -04:00
BUILD.txt
CHANGES.txt LUCENE-8980: Blocktree seekExact now checks min-max range of the segment 2019-09-26 15:58:30 -04:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-8811: Revert on 8.x. 2019-07-15 13:52:43 +02:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt Add required Java version for Luke. 2019-04-17 19:29:32 +09:00
build.xml LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
common-build.xml LUCENE-8911: Backport LUCENE-8778 (improved analysis SPI name handling) to 8.x (#782) 2019-07-16 18:22:50 +09:00
default-nested-ivy-settings.xml LUCENE-8807: Change all download URLs in build files to HTTPS 2019-05-21 17:12:18 +02:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
ivy-versions.properties SOLR-13779: Use the safe fork of simple-xml for clustering contrib 2019-09-19 12:25:12 +02:00
module-build.xml LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
top-level-ivy-settings.xml
version.properties Add next minor version 8.3.0 2019-07-11 12:47:34 +02: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