lucene/lucene
Adrien Grand b6f31835ad LUCENE-8673: Avoid OOMEs because of IOContext randomization. 2020-01-06 14:43:41 +01:00
..
analysis rvert unnecessary commits 2019-12-23 15:24:37 +11:00
backward-codecs Add back-compat indices for 8.4.0 2019-12-29 21:43:09 +01:00
benchmark SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
classification LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
codecs LUCENE-9106: UniformSplit postings format allows extension of block/line serializers. 2019-12-31 10:14:55 +01:00
core LUCENE-9096:Simplify CompressingTermVectorsWriter#flushOffsets. (#1125) 2020-01-06 09:19:08 +01:00
demo LUCENE-9029: Deprecate SloppyMath toRadians/toDegrees in favor of Java Math 2019-11-13 18:31:38 +01:00
expressions SOLR-12881: Remove unneeded import statements 2018-11-14 17:48:15 -08:00
facet LUCENE-9094: Ban ObjectInputStream and ObjectOutputStream in forbidden-apis 2019-12-16 13:31:11 -05:00
grouping LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. 2019-12-09 13:09:44 +00:00
highlighter LUCENE-9093: UnifiedHighlighter LengthGoalBreakIterator frag align 2020-01-01 00:57:00 -05:00
join SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
licenses Upgrade Randomizedtesting to 2.7.6 2019-12-31 09:42:44 +01:00
luke LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure 2019-10-05 17:15:10 +09:00
memory SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
misc Move newDirectory() creation to before, otherwise if something happens prior to before/after rule being invoked, the directory wouldn't be closed/ cleaned up properly. 2020-01-02 10:48:59 +01:00
monitor LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 18:36:19 +02:00
queries LUCENE-9073: IntervalQuery expose field on toString and explain 2019-12-02 19:12:05 +03:00
queryparser SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
replicator SOLR-14106: Cleanup Jetty SslContextFactory usage 2019-12-19 23:05:47 -05:00
sandbox LUCENE-9055: Fix the detection of lines crossing triangles through edge points (#1020) 2019-12-17 09:38:58 +01:00
site
spatial
spatial-extras Remove slf4j from dependencies. Clean up dangling files. 2019-12-13 15:13:48 +01:00
spatial3d LUCENE-9027: Use SIMD instructions to decode postings. (#973) 2019-11-18 19:08:32 +01:00
suggest LUCENE-9102: Add maxQueryLength option to DirectSpellchecker. 2019-12-23 11:41:56 +01:00
test-framework LUCENE-8673: Avoid OOMEs because of IOContext randomization. 2020-01-06 14:43:41 +01:00
tools SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:30:31 -08:00
BUILD.txt LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
CHANGES.txt LUCENE-9096: CHANGES entry. 2020-01-06 09:20:29 +01:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2019-01-03 18:46:30 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
build.xml Correct regexes normalizing jar filenames so that the resulting licenses are consistent with gradle (which will use proper artifact name, not a chain of regexes). 2019-12-12 19:26:46 +01:00
common-build.xml SOLR-14064: remove some hadoop brain damage from build environment 2019-12-13 03:54:06 -05:00
default-nested-ivy-settings.xml LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too 2019-10-01 19:19:42 +02:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:15:57 +09:00
ivy-versions.properties Upgrade Randomizedtesting to 2.7.6 2019-12-31 09:42:44 +01:00
module-build.xml LUCENE-9090: remove ant runtime pollution from tests classpath 2019-12-11 20:23:35 -05:00
top-level-ivy-settings.xml
version.properties Move to version 9.0.0 2019-01-07 13:04:01 +00:00

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