lucene/lucene
Uwe Schindler 468a6650e7 Fix the llinter issue with absolute file names intermixed with url, failing to parse them as URLs (C:/path is treated as URL with schema C). Fix other properties to be absolute in common-build.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388449 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 12:12:09 +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 javadocs 2012-09-21 11:31:31 +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 ensure all queries classes have javadocs (thanks to Chris Male) 2012-09-21 02:39:46 +00:00
queryparser LUCENE-3902: add missing javadocs to remaining classes 2012-09-21 03:03:03 +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 ensure all spatial classes have javadocs (thanks to Chris Male) 2012-09-21 02:04:58 +00:00
suggest javadocs 2012-09-21 01:53:14 +00:00
test-framework LUCENE-4410: use thread local random to prevent exceptions when threads share the same FilterStrategy 2012-09-21 10:07:39 +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-4410: Make FilteredQuery more flexible with regards to how filters are applied 2012-09-21 08:06:36 +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 javadocs 2012-09-21 11:31:31 +00:00
common-build.xml Fix the llinter issue with absolute file names intermixed with url, failing to parse them as URLs (C:/path is treated as URL with schema C). Fix other properties to be absolute in common-build.xml. 2012-09-21 12:12:09 +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`