lucene/lucene
Julie Tibshirani 688583fc2d LUCENE-9427: Fuzzy query should always call consumeTermsMatching in visitor 2020-08-06 12:05:04 +01:00
..
analysis LUCENE-6669 Fix repeated "the the" 2020-06-24 16:15:51 -05:00
backward-codecs Add back-compat indices for 8.6.0 2020-07-15 16:53:51 +02:00
benchmark Import Download task's plugin explicitly. 2020-07-20 10:57:13 +02:00
classification LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
codecs LUCENE-9353: Move terms metadata to its own file. (#1473) 2020-06-16 15:05:28 +02:00
core LUCENE-9427: Fuzzy query should always call consumeTermsMatching in visitor 2020-08-06 12:05:04 +01:00
demo LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
dev-docs SOLR-12930: Create developer docs directories in source repo (#1164) 2020-01-23 14:00:23 -06:00
expressions LUCENE-8574: the DoubleValues for dependent bindings for an expression are now cached and reused and no longer inefficiently recomputed per hit 2020-07-09 15:18:54 -04:00
facet LUCENE-9437: make DocValuesOrdinalsReader.decode public 2020-07-22 09:57:04 -04:00
grouping LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
highlighter LUCENE-9427: Fuzzy query should always call consumeTermsMatching in visitor 2020-08-06 12:05:04 +01:00
join LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
licenses LUCENE-9391: Upgrade HPPC to 0.8.2 (#1560) 2020-06-12 07:36:43 +02:00
luke LUCENE-9389: Enhance logging messages in Lucene's Luke module 2020-06-25 22:44:10 -04:00
memory LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
misc LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
monitor LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
queries LUCENE-9418: Fix ordered intervals over interleaved terms (#1618) 2020-06-30 09:13:55 +01:00
queryparser SOLR-13939: https://issues.apache.org/jira/browse/SOLR-13939 2020-07-12 22:41:08 -04:00
replicator LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
sandbox LUCENE-8962: Merge small segments on commit (#1617) 2020-06-27 22:25:45 +02:00
site LUCENE-6669 Fix repeated "the the" 2020-06-24 16:15:51 -05:00
spatial-extras LUCENE-9394: fix and suppress warnings (#1563) 2020-06-12 07:25:31 -04:00
spatial3d LUCENE-9148: Move the BKD index to its own file. (#1475) 2020-06-09 09:59:14 +02:00
suggest LUCENE-6669 Fix repeated "the the" 2020-06-24 16:15:51 -05:00
test-framework LUCENE-9417: Tessellator might fail when several holes share are connected to the same vertex (#1614) 2020-06-29 17:46:21 +02:00
tools SOLR-14429: Convert .txt files to properly formatted .md files (#1450) 2020-04-27 08:43:04 +09:00
BUILD.md LUCENE-9344: Convert .txt files to properly formatted .md files (#1449) 2020-04-24 14:28:12 +09:00
CHANGES.txt LUCENE-9427: Fuzzy query should always call consumeTermsMatching in visitor 2020-08-06 12:05:04 +01:00
JRE_VERSION_MIGRATION.md LUCENE-9344: Convert .txt files to properly formatted .md files (#1449) 2020-04-24 14:28:12 +09:00
LICENSE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-24 14:46:57 +01:00
MIGRATE.md LUCENE-9280: Collectors to skip noncompetitive documents (#1351) 2020-06-23 16:04:58 -04:00
NOTICE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-24 14:46:57 +01:00
README.md LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md) 2020-04-27 10:23:52 +09:00
SYSTEM_REQUIREMENTS.md LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md) 2020-04-27 10:23:52 +09:00
build.gradle LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
build.xml LUCENE-9344: Convert .txt files to properly formatted .md files (#1449) 2020-04-24 14:28:12 +09:00
common-build.xml Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr) 2020-06-04 01:01:42 +02:00
default-nested-ivy-settings.xml ivy settings: local maven repo pattern needs classifier (#1367) 2020-03-21 11:51:49 -04: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-14676: Update commons-collections to 4.4 and use it in Solr 2020-07-23 17:09:15 -04:00
module-build.xml LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:22:05 -06:00
top-level-ivy-settings.xml
version.properties Move to version 9.0.0 2019-01-07 13:04:01 +00:00

README.md

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.

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.md