lucene/lucene
Robert Muir a936d09a72 LUCENE-4449: factor TestPostingsFormat into BasePostingsFormatTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391826 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 15:49:37 +00:00
..
analysis fix test failure: posLen must be 1 when keepOrig is false for a syn match 2012-09-27 16:25:07 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4434: Make changes-to-html not depend on wget or curl, fix some unicode bugs with PERL, add -Dperl.exe property 2012-09-26 11:05:41 +00:00
classification fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
codecs LUCENE-4443: don't write unnecessary skipdata in BlockSkipWriter 2012-09-28 12:49:53 +00:00
core LUCENE-4449: factor TestPostingsFormat into BasePostingsFormatTestCase 2012-09-29 15:49:37 +00:00
demo fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
facet LUCENE-4411: Depth requested in a FacetRequest is reset when Sampling is in effect 2012-09-25 05:52:44 +00:00
grouping LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
highlighter fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
join fix javadoc problem 2012-09-25 07:25:30 +00:00
licenses LUCENE-4431: Fix license of servlet-api.jar in Solr and Lucene 2012-09-26 00:22:54 +00:00
memory LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
misc fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
queries LUCENE-4421 Use TermsEnum.seekExact instead of seekCeil in TermsFilter. 2012-09-25 04:40:55 +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-4434: Make changes-to-html not depend on wget or curl, fix some unicode bugs with PERL, add -Dperl.exe property 2012-09-26 11:05:41 +00:00
spatial LUCENE-4444 Use SpatialContext to read shape strings. Necessary for supporting 3rd party spatial contexts such as the JTS one to use polygons. 2012-09-28 20:09:06 +00:00
suggest LUCENE-3842: refactor: don't make spooky State methods public 2012-09-29 00:15:43 +00:00
test-framework LUCENE-4449: factor TestPostingsFormat into BasePostingsFormatTestCase 2012-09-29 15:49:37 +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 LUCENE-3842: add AnalyzingSuggester 2012-09-28 22:31:23 +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
build.xml LUCENE-4445: Fix clover to correcty instrument all packages, improve permgen 2012-09-28 10:12:49 +00:00
common-build.xml LUCENE-4445: Fix clover to correcty instrument all packages, improve permgen 2012-09-28 10:12:49 +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-4409: implement javadocs linting with eclipse ecj compiler 2012-09-24 02:56:46 +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