lucene/lucene
Tommaso Teofili a8d08f8247 LUCENE-6435 - applied Adrien Grand's patch to avoid CME on SNBC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705850 13f79535-47bb-0310-9956-ffa450edef68
2015-09-29 12:49:40 +00:00
..
analysis LUCENE-6813: OfflineSorter no longer removes its output file up front; fix file handle leak in RangeTreeWriter 2015-09-24 21:23:49 +00:00
backward-codecs Add 5.3.1 back compat test indexes 2015-09-28 09:13:54 +00:00
benchmark LUCENE-6789: change IndexSearcher default similarity to BM25 2015-09-14 22:03:35 +00:00
classification LUCENE-6435 - applied Adrien Grand's patch to avoid CME on SNBC 2015-09-29 12:49:40 +00:00
codecs LUCENE-6734: sidestep auto-prefix terms test bug 2015-09-22 15:51:40 +00:00
core LUCENE-6813: remove newly deceased code 2015-09-24 21:32:24 +00:00
demo LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
expressions LUCENE-6789: change IndexSearcher default similarity to BM25 2015-09-14 22:03:35 +00:00
facet LUCENE-6789: change IndexSearcher default similarity to BM25 2015-09-14 22:03:35 +00:00
grouping LUCENE-6768: AbstractFirstPassGroupingCollector.groupSort private member is not needed. 2015-08-28 21:16:38 +00:00
highlighter LUCENE-6489: Move Payload queries to queries module and PayloadSpanUtil to sandbox 2015-09-16 12:43:31 +00:00
join LUCENE-6590: Replace Query.getBoost, setBoost and clone with a new BoostQuery. 2015-09-07 13:34:46 +00:00
licenses LUCENE-6810: Spatial4j 0.5 upgrade. Mostly fixes a few edge-case bugs. 2015-09-23 02:46:43 +00:00
memory LUCENE-6789: change IndexSearcher default similarity to BM25 2015-09-14 22:03:35 +00:00
misc LUCENE-6789: change IndexSearcher default similarity to BM25 2015-09-14 22:03:35 +00:00
queries LUCENE-6489: Move Payload queries to queries module and PayloadSpanUtil to sandbox 2015-09-16 12:43:31 +00:00
queryparser LUCENE-6489: Move Payload queries to queries module and PayloadSpanUtil to sandbox 2015-09-16 12:43:31 +00:00
replicator LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
sandbox LUCENE-6813: remove newly deceased code 2015-09-24 21:32:24 +00:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-6810: Spatial4j 0.5 upgrade. Mostly fixes a few edge-case bugs. 2015-09-23 02:46:43 +00:00
spatial3d LUCENE-6813: remove newly deceased code 2015-09-24 21:32:24 +00:00
suggest LUCENE-6813: OfflineSorter no longer removes its output file up front; fix file handle leak in RangeTreeWriter 2015-09-24 21:23:49 +00:00
test-framework LUCENE-6813: OfflineSorter no longer removes its output file up front; fix file handle leak in RangeTreeWriter 2015-09-24 21:23:49 +00:00
tools LUCENE-6795: Forbid AccessibleObject#setAccessible and suppress legitimate uses / wrap with doPrivileged 2015-09-13 01:07:11 +00:00
BUILD.txt
CHANGES.txt LUCENE-6813: OfflineSorter no longer removes its output file up front; fix file handle leak in RangeTreeWriter 2015-09-24 21:23:49 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-6760: Prevent test failure in Java 9 b76+ 2015-08-22 21:33:47 +00:00
LICENSE.txt LUCENE-6732: Scan txt files in root folder, too. TODO: scan txt files everywhere 2015-08-13 09:53:44 +00:00
MIGRATE.txt LUCENE-6590: Replace Query.getBoost, setBoost and clone with a new BoostQuery. 2015-09-07 13:34:46 +00:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-6743: Allow Ivy lockStrategy to be overridden by system property. 2015-08-21 22:12:22 +00:00
common-build.xml LUCENE-6743: Allow Ivy lockStrategy to be overridden by system property. 2015-08-21 22:12:22 +00:00
ivy-ignore-conflicts.properties
ivy-settings.xml SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
ivy-versions.properties LUCENE-6810: Spatial4j 0.5 upgrade. Mostly fixes a few edge-case bugs. 2015-09-23 02:46:43 +00:00
module-build.xml LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
version.properties LUCENE-6363: Fix typo in version.properties file 2015-03-18 00:25:55 +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