lucene/lucene
Uwe Schindler 0080caf27a Fix missing copyright on JavaDoc pages caused by duplicate <bottom/> element
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329592 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 08:41:28 +00:00
..
analysis LUCENE-4011: Reverted BeirderMorseFilter change 2012-04-23 01:28:33 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark DocMaker protected methods return this pkg-private class... 2012-04-22 20:21:56 +00:00
core LUCENE-4013: make oal.index.DocumentsWriter* classes package private 2012-04-23 20:13:57 +00:00
demo LUCENE-3887: add some more basic package.htmls 2012-04-23 21:06:54 +00:00
facet fix broken javadocs links (public inner classes taking AAC0 as a parameter) 2012-04-23 02:48:01 +00:00
grouping fix more broken links 2012-04-22 21:34:12 +00:00
highlighter LUCENE-3977: remove javadoc duplication in the website/binary release 2012-04-21 07:51:46 +00:00
join LUCENE-3977: remove javadoc duplication in the website/binary release 2012-04-21 07:51:46 +00:00
memory LUCENE-4011: Fixed more broken javadoc links 2012-04-23 01:22:54 +00:00
misc move fill to TermStatsQueue (which was pkg-private, so the static method wasnt useful anyway) 2012-04-23 00:50:34 +00:00
queries LUCENE-3977: remove javadoc duplication in the website/binary release 2012-04-21 07:51:46 +00:00
queryparser LUCENE-3887: add macro for checking missing javadocs, add some missing package.html javadocs 2012-04-23 20:19:01 +00:00
sandbox LUCENE-3977: remove javadoc duplication in the website/binary release 2012-04-21 07:51:46 +00:00
site remove spaces in fileformats anchors 2012-04-22 23:57:03 +00:00
spatial LUCENE-3977: remove javadoc duplication in the website/binary release 2012-04-21 07:51:46 +00:00
suggest improve overview.htmls 2012-04-21 17:34:46 +00:00
test-framework LUCENE-3887: add some more basic package.htmls 2012-04-23 21:06:54 +00:00
tools LUCENE-3808: Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks. 2012-04-15 14:41:44 +00:00
BUILD.txt fix URLs in docs to not rely on redirects 2012-04-03 16:31:09 +00:00
CHANGES.txt LUCENE-4004: add DisjunctionMaxQuery support to the xml query parser 2012-04-22 21:28:15 +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-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
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-3887: add macro for checking missing javadocs, add some missing package.html javadocs 2012-04-23 20:19:01 +00:00
common-build.xml Fix missing copyright on JavaDoc pages caused by duplicate <bottom/> element 2012-04-24 08:41:28 +00:00
module-build.xml nuke more contrib references 2012-04-22 12:59:34 +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`