lucene/lucene
Munendra S N 6a59d443bc LUCENE-8908: return def val from objectVal when exists returns false
* This behavior is similar to floatVal in QueryValueSource
2020-03-18 10:41:13 +05:30
..
analysis LUCENE-9270: Update Javadoc about normalizeEntry in the Kuromoji DictionaryBuilder 2020-03-12 02:50:36 +09:00
backward-codecs LUCENE-9264: Remove SimpleFSDirectory in favor of NIOFSDirectory 2020-03-06 05:42:22 -05:00
benchmark LUCENE-9241: fix tests to pass with -Xmx128m 2020-03-05 21:29:39 -05:00
classification
codecs LUCENE-9254: UniformSplit supports FST off-heap. 2020-03-09 16:35:42 +01:00
core Cleanup DWPT for readability (#1350) 2020-03-17 15:18:38 +01:00
demo
dev-docs
expressions
facet LUCENE-9241: fix tests to pass with -Xmx128m 2020-03-05 21:29:39 -05:00
grouping
highlighter
join
licenses LUCENE-9279: Update dictionary version for Ukrainian analyzer (with corrected checksums). 2020-03-16 21:47:14 +01:00
luke
memory
misc Remove SimpleFSDirectory in favor of NIOFSDirectory 2020-03-06 00:04:25 +01:00
monitor LUCENE-9241: fix tests to pass with -Xmx128m 2020-03-05 21:29:39 -05:00
queries LUCENE-8908: return def val from objectVal when exists returns false 2020-03-18 10:41:13 +05:30
queryparser LUCENE-9207: Don't build span queries in QueryBuilder (#1239) 2020-02-26 14:32:34 +00:00
replicator LUCENE-9257: Always keep FST off-heap. Remove FSTLoadMode and Reader attributes. 2020-03-06 11:15:09 +01:00
sandbox
site
spatial-extras LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d 2020-03-02 16:06:17 -06:00
spatial3d LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint (#1318) 2020-03-09 17:07:55 +01:00
suggest LUCENE-8279: fix javadocs wrong header levels and accessibility issues 2020-02-08 10:00:00 -05:00
test-framework LUCENE-9254: UniformSplit supports FST off-heap. 2020-03-09 16:35:42 +01:00
tools
BUILD.txt
CHANGES.txt LUCENE-8908: return def val from objectVal when exists returns false 2020-03-18 10:41:13 +05:30
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-9259: Fix wrong NGramFilterFactory argument name for preserveOriginal option 2020-03-10 01:25:14 +09:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.gradle
build.xml
common-build.xml LUCENE-9235: upgrade all python to python3 2020-02-20 21:27:38 -05:00
default-nested-ivy-settings.xml
ivy-ignore-conflicts.properties
ivy-versions.properties LUCENE-9279: Update dictionary version for Ukrainian analyzer (with corrected checksums). 2020-03-16 21:47:14 +01:00
module-build.xml
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