lucene/lucene
Simon Willnauer 0ee2c67ab9 added javadocs to SortedBytesMergeUtils public inner classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373995 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:24:38 +00:00
..
analysis LUCENE-4303 Use ResourceLoader not Class.forName 2012-08-13 21:36:30 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark remove FieldsEnum and replace with Iterator<String> 2012-08-13 02:25:19 +00:00
core added javadocs to SortedBytesMergeUtils public inner classes 2012-08-16 19:24:38 +00:00
demo LUCENE-3616: throw exception on some illegal field configurations (applying boost to omitNorms or unindexed field), fix TextField(Reader) ctor as it cannot Store 2012-08-03 20:26:13 +00:00
facet LUCENE-4304: Make CompositeReader.getSequentialSubReaders() protected 2012-08-14 12:54:46 +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-4299: add Terms hasPositions/hasOffsets, so you know what features a docs TVs have 2012-08-10 14:16:20 +00:00
join LUCENE-4152: use simpler sugar 2012-08-13 22:22:24 +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-4304: Make CompositeReader.getSequentialSubReaders() protected 2012-08-14 12:54:46 +00:00
queries LUCENE-4307: rename IR.getTopReaderContext to IR.getContext 2012-08-14 20:43:16 +00:00
queryparser LUCENE-4307: rename IR.getTopReaderContext to IR.getContext 2012-08-14 20:43:16 +00:00
sandbox LUCENE-4282: Automaton FuzzyQuery didnt always deliver all results 2012-08-03 13:00:59 +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-4273: fix DocsEnum freq flag consistent with DPEnum flags 2012-07-31 15:51:24 +00:00
suggest LUCENE-4152: use simpler sugar 2012-08-13 22:22:24 +00:00
test-framework add more missing javadocs 2012-08-16 14:14:38 +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 LUCENE-3965: merge LICENSE/NOTICE.txt and cleanup some outdated inconsistencies 2012-04-18 03:29:38 +00:00
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 add more missing javadocs 2012-08-16 14:14:38 +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 SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework 2012-08-15 18:30:04 +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`