lucene/lucene
Uwe Schindler ca1059f194 LUCENE-3312: Small refctoring and final field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1374710 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 08:45:25 +00:00
..
analysis LUCENE-3312: Merged revision(s) 1372429-1373335 from lucene/dev/trunk: 2012-08-15 11:23:02 +00:00
backwards
benchmark LUCENE-3312: Merged revision(s) 1371132-1372428 from lucene/dev/trunk: 2012-08-13 14:18:26 +00:00
core LUCENE-3312: Small refctoring and final field 2012-08-19 08:45:25 +00:00
demo LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
facet LUCENE-4304: Make CompositeReader.getSequentialSubReaders() protected 2012-08-14 12:54:46 +00:00
grouping LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
highlighter LUCENE-3312: Merged revision(s) 1371132-1372428 from lucene/dev/trunk: 2012-08-13 14:18:26 +00:00
join LUCENE-3312: Merged revision(s) 1372429-1373335 from lucene/dev/trunk: 2012-08-15 11:23:02 +00:00
licenses LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +00:00
memory remove FieldsEnum and replace with Iterator<String> 2012-08-13 02:25:19 +00:00
misc LUCENE-3312: Merged revision(s) 1372429-1373335 from lucene/dev/trunk: 2012-08-15 11:23:02 +00:00
queries LUCENE-3312: Merged revision(s) 1372429-1373335 from lucene/dev/trunk: 2012-08-15 11:23:02 +00:00
queryparser LUCENE-3312: Merged revision(s) 1372429-1373335 from lucene/dev/trunk: 2012-08-15 11:23:02 +00:00
sandbox LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
site Tweak recognition of beginning-of-bulleted-item to require at least one whitespace character after the bullet 2012-06-10 22:22:59 +00:00
spatial LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
suggest LUCENE-4152: use simpler sugar 2012-08-13 22:22:24 +00:00
test-framework LUCENE-3312: Apply patch lucene-3312-patch-13.patch 2012-08-16 17:38:02 +00:00
tools LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +00:00
BUILD.txt LUCENE-4016: require ant 1.8.2 or later. Sorry Uwe. 2012-04-27 08:02:53 +00:00
CHANGES.txt LUCENE-4307: rename IR.getTopReaderContext to IR.getContext 2012-08-14 20:43:16 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-4008: Use pegdown to transform MIGRATE.txt and other text-only files to readable HTML. Please alsows run ant documentation when you have changed anything on those files to check output. 2012-04-22 21:15:27 +00:00
LICENSE.txt
MIGRATE.txt LUCENE-4307: rename IR.getTopReaderContext to IR.getContext 2012-08-14 20:43:16 +00:00
NOTICE.txt nuke some outdated references to contrib 2012-04-22 12:55:11 +00:00
README.txt LUCENE-4008: Use pegdown to transform MIGRATE.txt and other text-only files to readable HTML. Please alsows run ant documentation when you have changed anything on those files to check output. 2012-04-22 21:15:27 +00:00
build.xml LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +00:00
common-build.xml LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +00:00
ivy-settings.xml LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +00:00
module-build.xml LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss) 2012-08-12 11:23:11 +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`