lucene/lucene
Paul Sanwald 7d0dbdaf62 LUCENE-9024: Optimize IntroSelector to use median of medians (#966) 2019-10-29 09:25:54 +01:00
..
analysis LUCENE-9006: WDGF catenateAll should come before parts 2019-10-22 16:31:48 -04:00
backward-codecs Add back-compat indices for 8.2.0 2019-07-26 10:21:31 +02:00
benchmark LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
classification LUCENE-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
codecs LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). (#919) 2019-10-14 19:56:23 +02:00
core LUCENE-9024: Optimize IntroSelector to use median of medians (#966) 2019-10-29 09:25:54 +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-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:10:06 +02:00
grouping Revert "LUCENE-8996: maxScore was sometimes missing from distributed grouped responses." 2019-10-23 18:12:24 +01:00
highlighter LUCENE-8848: Fix IndexWriter leak when TestUnifiedHighlighter#testNotReanalyzed is ignored 2019-06-25 10:37:06 +02:00
join LUCENE-9022: Never cache GlobalOrdinalsWithScoreQuery (#963) 2019-10-22 15:16:47 +02:00
licenses SOLR-13541: Upgrade Jetty to 9.4.19.v20190610 2019-06-14 15:45:45 +01:00
luke LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure 2019-10-05 17:19:25 +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 LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
queries LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (#871) (#901) 2019-09-25 15:26:00 -07:00
queryparser LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
replicator LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). (#919) 2019-10-14 19:56:23 +02:00
sandbox LUCENE-8746: Call relate line with points in the same order as they 2019-10-16 07:21:32 +02:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial
spatial-extras LUCENE-8758 Remove unused fields in QuadPrefixTree 2019-08-30 10:24:07 -04:00
spatial3d LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
suggest LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
test-framework LUCENE-9006: WDGF catenateAll should come before parts 2019-10-22 16:31:48 -04:00
tools LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). (#919) 2019-10-14 19:56:23 +02:00
BUILD.txt
CHANGES.txt LUCENE-9024: Optimize IntroSelector to use median of medians (#966) 2019-10-29 09:25:54 +01:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8811: Revert on 8.x. 2019-07-15 13:52:43 +02: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 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 Update forbiddenapis to v2.7 and Groovy to v2.4.17 2019-10-12 21:44:45 +02:00
default-nested-ivy-settings.xml LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too 2019-10-01 19:22:09 +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-12786: Update Ref Guide build tool versions & fix section links for new format requirements 2019-10-16 12:43:59 -05: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 Adding version 8.4.0 2019-10-08 19:56:42 +05:30

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