lucene/lucene
Ignacio Vera 49a37708a0 LUCENE-9216: Make sure we index LEAST_DOUBLE_VALUE (#1246) 2020-02-10 11:50:55 +01:00
..
analysis LUCENE-9123: Add new JapaneseTokenizer constructors with discardCompoundToken option to control whether the tokenizer emits original tokens when the mode is not NORMAL. 2020-02-01 15:20:02 +09:00
backward-codecs LUCENE-9116: Remove long[] from `PostingsWriterBase#encodeTerm`. (#1149) (#1158) 2020-01-27 18:28:18 +01:00
benchmark LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
classification LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
codecs LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
core LUCENE-9216: Make sure we index LEAST_DOUBLE_VALUE (#1246) 2020-02-10 11:50:55 +01:00
demo
dev-docs SOLR-12930: Create developer docs directories in source repo (#1164) 2020-01-23 14:11:31 -06:00
expressions LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
facet LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
grouping LUCENE-8530: fix some 'rawtypes' javac warnings 2020-01-31 16:42:25 +00:00
highlighter LUCENE-8530: fix some 'rawtypes' javac warnings 2020-01-31 16:42:25 +00:00
join LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
licenses
luke LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
memory LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
misc LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
monitor LUCENE-9163: test speedup for slowest/pathological tests 2020-01-29 13:41:57 -05:00
queries LUCENE-9099: Correctly handle repeats in ORDERED and UNORDERED intervals (#1097) 2020-02-06 14:45:27 +00:00
queryparser
replicator
sandbox LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
site
spatial-extras LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
spatial3d LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
suggest LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
test-framework LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
tools Fix Windows Line endings in the source-patterns checker (silly bug: it's \r\n on windows not the other way round) 2020-01-26 11:49:35 +01:00
BUILD.txt
CHANGES.txt LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-27 18:28:18 +01:00
MIGRATE.txt
NOTICE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-27 18:28:18 +01:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml SOLR-12930: Exclude dev-docs from binary archive. 2020-02-07 10:37:56 +01:00
common-build.xml support ECJ linting on newer JDK versions 2020-01-31 14:07:03 -05:00
default-nested-ivy-settings.xml
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-14221: Upgrade restlet to version 2.4.0 (#1211) 2020-02-02 11:45:01 +01:00
module-build.xml LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:26:19 -06:00
top-level-ivy-settings.xml
version.properties

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