lucene/lucene
Michael McCandless 85b13adcd4 LUCENE-4269: remove BalancedSegmentMergePolicy (use TieredMergePolicy instead)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366872 13f79535-47bb-0310-9956-ffa450edef68
2012-07-29 16:41:47 +00:00
..
analysis LUCENE-4268: Fix test bug 2012-07-28 19:57:32 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
core Allow detecting of Java 8 2012-07-29 14:04:16 +00:00
demo LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
facet Fix javadocs-linter: Windows support, support for file:-URLs (now needed), fix broken XML-comments in some files 2012-07-26 22:45:31 +00:00
grouping LUCENE-2686, LUCENE-3505: Fix various bugs in BooleanQuery, clean up scorer navigation API 2012-07-18 21:04:18 +00:00
highlighter LUCENE-4153: Added option to fast vector highlighting via BaseFragmentsBuilder to 2012-07-16 19:24:49 +00:00
join LUCENE-2686, LUCENE-3505: Fix various bugs in BooleanQuery, clean up scorer navigation API 2012-07-18 21:04:18 +00:00
licenses LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
memory LUCENE-4172: clean up redundant throws clauses 2012-06-28 16:39:25 +00:00
misc LUCENE-4269: remove BalancedSegmentMergePolicy (use TieredMergePolicy instead) 2012-07-29 16:41:47 +00:00
queries LUCENE-2686, LUCENE-3505: Fix various bugs in BooleanQuery, clean up scorer navigation API 2012-07-18 21:04:18 +00:00
queryparser LUCENE-4109: BooleanQueries are not parsed correctly with the flexible queryparser 2012-07-29 14:38:37 +00:00
sandbox LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +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-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
suggest LUCENE-4209: Enforce cleanup on success and failure while sorting partitions 2012-07-10 23:41:09 +00:00
test-framework LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
tools LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +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-4109: BooleanQueries are not parsed correctly with the flexible queryparser 2012-07-29 14:38:37 +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 LUCENE-3965: merge LICENSE/NOTICE.txt and cleanup some outdated inconsistencies 2012-04-18 03:29:38 +00:00
MIGRATE.txt LUCENE-4227: add DirectPostingsFormat, to hold all postings in simple uncompressed arrays 2012-07-20 14:33:43 +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-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
common-build.xml LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there 2012-07-27 19:18:49 +00:00
ivy-settings.xml LUCENE-4094: Support overriding file.encoding on forked test JVMs 2012-07-05 10:40:01 +00:00
module-build.xml LUCENE-4138: Update morfologik (polish stemming) to release 1.5.3. Changed the way morphosyntactic tags are exposed (a list of tags for a single lemma instead of a compound tag). 2012-06-28 07:35:36 +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`