lucene/lucene
Robert Muir aa504fe295
LUCENE-9083: throw assumption if you try to remap /dev to /dev with this test mock
2020-01-22 21:59:37 -05:00
..
analysis LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
backward-codecs Add back-compat indices for 8.4.1 2020-01-14 19:39:56 +05:30
benchmark LUCENE-9027: Use SIMD instructions to decode postings. (#973) 2019-11-19 10:29:36 +01:00
classification LUCENE-9068: Build FuzzyQuery automata up-front (#1042) 2020-01-15 15:02:38 +00:00
codecs LUCENE-9135: Make UniformSplit FieldMetadata counters long. 2020-01-21 11:31:09 +01:00
core LUCENE-9083: throw assumption if you try to remap /dev to /dev with this test mock 2020-01-22 21:59:37 -05:00
demo LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02: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:41:33 -05:00
grouping LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
highlighter LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
join LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
licenses SOLR-14054: Upgrade to Tika 1.23 2019-12-17 15:55:21 -05:00
luke LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure 2019-10-05 17:19:25 +09:00
memory LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings (#707) 2019-06-10 18:10:06 +02:00
misc LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
monitor LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
queries LUCENE-9073: IntervalQuery expose field on toString and explain 2019-12-02 19:25:15 +03:00
queryparser LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
replicator SOLR-14106: Cleanup Jetty SslContextFactory usage 2019-12-19 23:19:12 -05:00
sandbox LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes from sandbox to core 2020-01-22 13:10:23 -06:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial-extras LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
spatial3d LUCENE-9027: Use SIMD instructions to decode postings. (#973) 2019-11-19 10:29:36 +01:00
suggest LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
test-framework LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
tools SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:31:14 -08:00
BUILD.txt
CHANGES.txt LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes from sandbox to core 2020-01-22 13:10:23 -06:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8811: Revert on 8.x. 2019-07-15 13:52:43 +02:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2020-01-16 18:15:51 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt Add required Java version for Luke. 2019-04-17 19:29:32 +09:00
build.xml LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:26:19 -06:00
common-build.xml SOLR-14064: remove some hadoop brain damage from build environment 2019-12-13 03:54:44 -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:22:09 +02:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
ivy-versions.properties SOLR-14054 -- need to add xml-apis for Java 8 after upgrading xerces 2019-12-18 12:49:43 -05:00
module-build.xml LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:26:19 -06:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:28:09 +02:00
version.properties Add next minor version 8.5 2019-12-12 09:33:20 +01: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