lucene/lucene
Adrien Grand 46a03fff95 LUCENE-8939: Move CHANGES entry. 2019-09-13 17:45:20 +02:00
..
analysis Changing keyset() to entryset() and sometines values(). (#868) 2019-09-13 14:42:38 +02:00
backward-codecs Add back-compat indices for 8.2.0 2019-07-26 10:23:21 +02:00
benchmark LUCENE-8927: Fixing precommit / removing unused import 2019-07-25 19:02:03 -04:00
classification LUCENE-3041: QueryVisitor (#581) 2019-03-14 15:04:33 +00:00
codecs LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats 2019-09-06 11:48:32 -04:00
core Fix erratic camelcase 2019-09-13 09:17:36 -04: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-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:07:43 +02:00
grouping LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge (#757) 2019-07-02 20:35:18 +02:00
highlighter revert accidental change 2019-08-05 11:25:40 +02:00
join LUCENE-8938: use expectThrows() to verify the ex thrown in tests 2019-07-29 22:21:18 +05:30
licenses SOLR-13541: Upgrade Jetty to 9.4.19.v20190610 2019-06-14 15:46:19 +01:00
luke LUCENE-8764: Add "export all terms" feature to Luke 2019-08-03 18:20:26 +09:00
memory LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:07:43 +02:00
misc Harden Up TestDiversifiedTopDocsCollector (#858) 2019-09-05 19:31:10 +02:00
monitor Fix two 'against' typos. 2019-07-09 10:56:49 +01:00
queries LUCENE-8311: Phrase impacts (#760) 2019-07-09 16:01:29 +02:00
queryparser SOLR-13650: Support for named global classloaders 2019-08-20 05:00:38 +10:00
replicator LUCENE-8150: Remove references to `segments.gen`. (#765) 2019-09-04 09:51:27 +02:00
sandbox LUCENE-8968: Remove left-over line of code. 2019-09-12 08:25:59 +02: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-8758 Remove unused fields in QuadPrefixTree 2019-08-30 10:14:27 -04:00
spatial3d LUCENE-8855: Add Accountable to some Query implementations. 2019-06-26 15:26:54 +02:00
suggest LUCENE-8938: use expectThrows() to verify the ex thrown in tests 2019-07-29 22:21:18 +05:30
test-framework LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats 2019-09-06 11:48:32 -04:00
tools SOLR-13568: Precommit fail Java var until 9x. Fail var... 2019-08-11 11:49:54 -04:00
BUILD.txt LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
CHANGES.txt LUCENE-8939: Move CHANGES entry. 2019-09-13 17:45:20 +02:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt LUCENE-6732: Scan txt files in root folder, too. TODO: scan txt files everywhere 2015-08-13 09:53:44 +00:00
MIGRATE.txt LUCENE-8905: Better Error Handling For Illegal Arguments (#769) 2019-09-05 16:14:34 +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 LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
build.xml LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
common-build.xml LUCENE-8778: Define analyzer SPI names as static final fields and document the names in all analysis components. This also changes SPI loader to detect service names via the static NAME fields instead of class names. 2019-06-22 10:46:37 +09:00
default-nested-ivy-settings.xml LUCENE-8807: Change all download URLs in build files to HTTPS 2019-05-21 17:06:00 +02:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:15:57 +09:00
ivy-versions.properties SOLR-13541: Upgrade Jetty to 9.4.19.v20190610 2019-06-14 15:46:19 +01:00
module-build.xml LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:28:09 +02:00
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