lucene/lucene
Adrien Grand f1fdd2465c
LUCENE-9917: Smaller block sizes for BEST_SPEED. (#257)
This reduces the block size for BEST_SPEED in order to trade some compression
ratio in exchange for better retrieval speed.
2021-08-26 15:04:51 +02:00
..
analysis LUCENE-10072: Regenerate FST dictionaries after LUCENE-9047. (#265) 2021-08-26 11:31:16 +02:00
backward-codecs LUCENE-9917: Smaller block sizes for BEST_SPEED. (#257) 2021-08-26 15:04:51 +02:00
benchmark LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
classification LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
codecs LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
core LUCENE-9917: Smaller block sizes for BEST_SPEED. (#257) 2021-08-26 15:04:51 +02:00
demo Fix off-by-one in TestDemo.testKnnVectorSearch 2021-08-21 14:22:47 -04:00
dev-docs
documentation LUCENE-9977: rat task corrections (proper up-to-date checks, cleanup and rewrite of the task itself). (#178) 2021-06-11 09:26:34 +02:00
expressions LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
facet LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
grouping LUCENE-9334 Consistency of field data structures 2021-04-14 15:00:41 -04:00
highlighter LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
join LUCENE-8638: remove unused deprecated methods and related tests (#248) 2021-08-18 08:19:49 -04:00
licenses LUCENE-10016: Added KnnVector index/query support to demo 2021-08-18 08:13:59 -04:00
luke LUCENE-10024: remove non-existing path from history file 2021-07-17 14:30:27 +09:00
memory LUCENE-10040: Handle deletions in nearest vector search (#239) 2021-08-16 07:44:17 -07:00
misc LUCENE-10066: Build does not work with JDK16 as gradle's runtime (#259) 2021-08-26 10:08:37 +02:00
monitor LUCENE-8143: Remove no-op SpanBoostQuery (#155) 2021-06-07 15:56:16 +01:00
packaging LUCENE-9936: Add gpg signing of the tgz & zip distribution files 2021-05-04 10:20:59 -07:00
queries LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
queryparser LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
replicator LUCENE-9967: don't throw NullPointerException while handling a different root-cause exception in ReplicaNode.start 2021-05-24 10:51:26 -04:00
sandbox LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
spatial-extras LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
spatial3d LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
suggest LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
test-framework LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
CHANGES.txt LUCENE-9917: Smaller block sizes for BEST_SPEED. (#257) 2021-08-26 15:04:51 +02:00
JRE_VERSION_MIGRATION.md LUCENE-9977: rat task corrections (proper up-to-date checks, cleanup and rewrite of the task itself). (#178) 2021-06-11 09:26:34 +02:00
LICENSE.txt Fix broken ICU license link to point to the new ICU github. 2021-07-13 23:11:55 -04:00
MIGRATE.md LUCENE-9977: rat task corrections (proper up-to-date checks, cleanup and rewrite of the task itself). (#178) 2021-06-11 09:26:34 +02:00
NOTICE.txt
README.md LUCENE-9977: rat task corrections (proper up-to-date checks, cleanup and rewrite of the task itself). (#178) 2021-06-11 09:26:34 +02:00
SYSTEM_REQUIREMENTS.md LUCENE-9977: rat task corrections (proper up-to-date checks, cleanup and rewrite of the task itself). (#178) 2021-06-11 09:26:34 +02:00
build.gradle

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