lucene/lucene
Ignacio Vera 8bfbed8d4c
LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries (#1940)
2020-11-03 08:51:28 +01:00
..
analysis LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list. (#1965) 2020-10-15 21:51:55 -04:00
backward-codecs LUCENE-9318: Clean up package name conflicts for backward-codecs (#2000) 2020-10-19 21:32:06 +09:00
benchmark LUCENE-9322: Add Lucene90 codec, including VectorFormat 2020-10-18 07:49:36 -04:00
classification LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
codecs LUCENE-9582: rename VectorValues.ScoreFunction to SearchStrategy (#2018) 2020-10-23 17:39:34 -04:00
core LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries (#1940) 2020-11-03 08:51:28 +01:00
demo LUCENE-9562: All binary analysis packages (and corresponding Maven artifacts) with names containing '-analyzers-' have been renamed to '-analysis-'. (#1968) 2020-10-12 09:15:56 +02:00
dev-docs SOLR-12930: Create developer docs directories in source repo (#1164) 2020-01-23 14:00:23 -06:00
documentation LUCENE-9577: Move Lucene/Solr Documentation assembly to subproject (#1967) 2020-10-09 14:56:44 +02:00
expressions LUCENE-9433: Remove Ant support from trunk 2020-08-28 09:31:16 -04:00
facet LUCENE-9444: Improve test coverage for TaxonomyFacetLabels (#1928) 2020-09-30 13:21:18 -04:00
grouping LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
highlighter LUCENE-8626: Standardize Lucene Test Files (#2026) 2020-10-30 13:34:55 +07:00
join LUCENE-9449 Skip docs with _doc sort and "after" (#1725) 2020-09-08 14:16:27 -04:00
licenses SOLR-14844: Upgrade Jetty to 9.4.32.v20200930 2020-10-26 19:03:10 -04:00
luke LUCENE-9488 Create Release Artifacts with Gradle (#1905) 2020-10-08 14:25:51 -05:00
memory LUCENE-9582: rename VectorValues.ScoreFunction to SearchStrategy (#2018) 2020-10-23 17:39:34 -04:00
misc LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
monitor LUCENE-9433: Remove Ant support from trunk 2020-08-28 09:31:16 -04:00
packaging LUCENE-9577: Move Lucene/Solr Documentation assembly to subproject (#1967) 2020-10-09 14:56:44 +02:00
queries LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
queryparser LUCENE-9488 Create Release Artifacts with Gradle (#1905) 2020-10-08 14:25:51 -05:00
replicator LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
sandbox LUCENE-9319: Clean up package name conflicts for sandbox module (#2023) 2020-11-03 12:01:02 +09:00
spatial-extras LUCENE-8626: Standardize Lucene Test Files (#2026) 2020-10-30 13:34:55 +07:00
spatial3d LUCENE-8626: Standardize Lucene Test Files (#2026) 2020-10-30 13:34:55 +07:00
suggest LUCENE-9322: Add Lucene90 codec, including VectorFormat 2020-10-18 07:49:36 -04:00
test-framework LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries (#1940) 2020-11-03 08:51:28 +01:00
BUILD.md LUCENE-9509: Refine lucene/BUILD.md and top-level README (for newdevs) (#1835) 2020-09-07 19:08:38 +09:00
CHANGES.txt LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries (#1940) 2020-11-03 08:51:28 +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-9319: Clean up package name conflicts for sandbox module (#2023) 2020-11-03 12:01:02 +09: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-9488 Create Release Artifacts with Gradle (#1905) 2020-10-08 14:25:51 -05: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