lucene/lucene
Michael McCandless bd8ef39a3b LUCENE-3846: put comment back
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403410 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 16:41:32 +00:00
..
analysis fix a bunch of unbalanced tags (cannot yet commit checker, java6 makes all kinds of bogus html) 2012-10-25 03:11:40 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark fix a bunch of unbalanced tags (cannot yet commit checker, java6 makes all kinds of bogus html) 2012-10-25 03:11:40 +00:00
classification [LUCENE-4345] - moving AL headers in the right place 2012-10-26 10:20:17 +00:00
codecs LUCENE-4509: improve test coverage of CompressingStoredFieldsFormat. 2012-10-28 16:04:12 +00:00
core LUCENE-3846: merge trunk 2012-10-29 14:55:01 +00:00
demo fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
facet fix a bunch of unbalanced tags (cannot yet commit checker, java6 makes all kinds of bogus html) 2012-10-25 03:11:40 +00:00
grouping LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
highlighter LUCENE-4479: Fix highlighter on index w/ positions but no offsets 2012-10-20 19:36:02 +00:00
join fix javadoc problem 2012-09-25 07:25:30 +00:00
licenses Upgrade randomized testing to version 2.0.4: avoid hangs on shutdown 2012-10-28 08:34:26 +00:00
memory LUCENE-4446: cut over remaining tests etc 2012-10-12 02:17:48 +00:00
misc LUCENE-4399: Remove AppendingCodec 2012-10-09 13:12:35 +00:00
queries LUCENE-4504: Fix broken ValueSource.getSortField comparator 2012-10-26 02:04:42 +00:00
queryparser fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
sandbox fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
site LUCENE-4006: Add system requirements page (markdown) 2012-10-15 23:06:34 +00:00
spatial LUCENE-4464 polygon almost touch test 2012-10-17 11:34:24 +00:00
suggest LUCENE-3846: merge trunk 2012-10-29 14:55:01 +00:00
test-framework Upgrade randomized testing to version 2.0.4: avoid hangs on shutdown 2012-10-28 08:34:26 +00:00
tools LUCENE-4409: implement javadocs linting with eclipse ecj compiler 2012-09-24 02:56:46 +00:00
BUILD.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
CHANGES.txt Upgrade randomized testing to version 2.0.4: avoid hangs on shutdown 2012-10-28 08:34:26 +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 LUCENE-4431: Fix license of servlet-api.jar in Solr and Lucene 2012-09-26 00:22:54 +00:00
README.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
SYSTEM_REQUIREMENTS.txt LUCENE-4006: Exchange files 2012-10-15 23:16:01 +00:00
build.xml fix and detect invalid html tags in javadocs 2012-10-25 01:57:46 +00:00
common-build.xml LUCENE-3846: put comment back 2012-10-29 16:41:32 +00:00
ivy-settings.xml remove useless and inefficient clean-jars: we call ivy with sync-true so this is a massive slowdown of the build 2012-10-08 12:17:55 +00:00
module-build.xml fix classpath order bogon 2012-10-09 14:36:26 +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`

To build Lucene or its documentation for a source distribution, see BUILD.txt