lucene/lucene
Robert Muir edabee8497 require full javadocs for memory/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388279 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 00:18:16 +00:00
..
analysis javadocs 2012-09-20 14:07:10 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
classification [LUCENE-4345] - starting incorporating Simon's suggestions: using BytesRef and TotalHitCountCollector 2012-09-14 06:55:12 +00:00
codecs LUCENE-4391: Make Lucene40Codec's methods final. 2012-09-18 15:57:02 +00:00
core fix javadocs bugs found by my IDE 2012-09-20 00:17:50 +00:00
demo javadocs 2012-09-20 14:07:10 +00:00
facet LUCENE-4402: TestAddTaxonomy.testConcurrency failure (trunk) 2012-09-19 12:15:20 +00:00
grouping LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
highlighter Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
join javadocs 2012-09-20 14:31:48 +00:00
licenses LUCENE-4406: regenerate checksums (ant jar-checksums) for new randomizedtesting jars 2012-09-19 14:20:42 +00:00
memory LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
misc LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
queries Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
queryparser Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
sandbox Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
site link to product homepages from logos on generated index.html pages 2012-09-20 23:26:08 +00:00
spatial Make Param more concise 2012-09-17 21:43:56 +00:00
suggest Fix for LUCENE-4362, ban tabs-indent 2012-09-17 16:01:56 +00:00
test-framework test verbosity 2012-09-19 16:28:49 +00:00
tools add validate-maven task to check maven dependencies, fix redundant dependencies in generate-maven-artifacts 2012-09-06 13:53:35 +00:00
BUILD.txt LUCENE-4336: JavaCC tasks should use IVY 2012-08-28 23:29:44 +00:00
CHANGES.txt LUCENE-4406, LUCENE-4407: Upgrade to randomizedtesting 2.0.1. 2012-09-19 13:19:12 +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-3312: The API of oal.document was restructured to differentiate between stored documents and indexed documents 2012-09-02 14:35:35 +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 require full javadocs for memory/ 2012-09-21 00:18:16 +00:00
common-build.xml LUCENE-4406, LUCENE-4407: Upgrade to randomizedtesting 2.0.1. 2012-09-19 13:19:12 +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-4345] - first impl of a classification module for lucene 2012-09-13 07:09:58 +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`