lucene/lucene
Greg Miller ade50f0796
LUCENE-9950: New facet counting implementation for general string doc value fields (#133)
Co-authored-by: Greg Miller <gmiller@amazon.com>
2021-05-18 10:28:00 -04:00
..
analysis LUCENE-9929 NorwegianNormalizationFilter (#84) 2021-05-12 14:31:26 +02:00
backward-codecs LUCENE-9915: Add generation/ checksumming task for gen_ForUtil.py (#126) 2021-05-05 22:03:06 +02:00
benchmark lucene/benchmarks: correct micro-standard.alg. (#71) 2021-05-14 11:07:25 -04:00
classification LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
codecs LUCENE-9905: PerFieldVectorFormat (#114) 2021-05-06 14:09:22 -04:00
core LUCENE-9960: Avoid unnecessary top element replacement for equal elements in PriorityQueue. (#141) 2021-05-18 08:49:53 +02:00
demo LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
dev-docs SOLR-12930: Create developer docs directories in source repo (#1164) 2020-01-23 14:00:23 -06:00
documentation LUCENE-9947: embed project version in the launch script path 2021-05-01 20:04:54 +09:00
expressions LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
facet LUCENE-9950: New facet counting implementation for general string doc value fields (#133) 2021-05-18 10:28:00 -04:00
grouping LUCENE-9334 Consistency of field data structures 2021-04-14 15:00:41 -04:00
highlighter LUCENE-9905: rename VectorValues.SearchStrategy to VectorValues.SimilarityFunction 2021-04-27 16:18:58 -04:00
join LUCENE-9334 Consistency of field data structures 2021-04-14 15:00:41 -04:00
licenses SOLR-15002 Upgrade httpclient to 4.5.13 and httpcore to 4.4.13 (#14) 2021-03-17 22:25:42 -04:00
luke LUCENE-9954: README for Luke (#135) 2021-05-13 00:53:53 +09:00
memory LUCENE-9905: rename VectorValues.SearchStrategy to VectorValues.SimilarityFunction 2021-04-27 16:18:58 -04:00
misc LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
monitor LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
packaging LUCENE-9936: Add gpg signing of the tgz & zip distribution files 2021-05-04 10:20:59 -07:00
queries LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
queryparser LUCENE-9940: DisjunctionMaxQuery shouldn't depend on disjunct order for equals checks (#110) 2021-04-29 09:47:55 +01:00
replicator LUCENE-9047: Write checksum as big endian in NRT replicator 2021-05-03 09:29:16 +02:00
sandbox LUCENE-9387: Remove CodecReader#ramBytesUsed. (#79) 2021-04-14 14:37:54 +02:00
spatial-extras LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
spatial3d LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00
suggest LUCENE-9047: Directory API is now little endian 2021-05-03 07:49:56 +02:00
test-framework LUCENE-9935: Fix testRandomStoredFieldsWithIndexSort 2021-05-16 18:00:04 -04:00
CHANGES.txt LUCENE-9950: New facet counting implementation for general string doc value fields (#133) 2021-05-18 10:28:00 -04: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-9948: Automatically detect multi- vs. single-valued cases in LongValueFacetCounts (#122) 2021-05-03 11:18:38 -04:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2021-01-04 09:19:05 +00: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