lucene/lucene
Shai Erera 3071009fda make sure docs and offsets are the same length
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454849 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 13:37:20 +00:00
..
analysis docs for KeywordRepeatFilter 2013-03-08 13:41:51 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4789: fix typos 2013-02-20 20:53:46 +00:00
classification LUCENE-4782 - suppressing SNBC test for Lucene3x codec for now 2013-02-22 08:25:05 +00:00
codecs LUCENE-4789: fix typos 2013-02-20 20:53:46 +00:00
core LUCENE-4811: fix *DVField to extend Field not StoredField 2013-03-04 20:07:56 +00:00
demo LUCENE-4772: Move Facet associations to new FacetsAggregator API 2013-02-12 11:39:23 +00:00
facet LUCENE-4815: allow more than one FacetRequest per dim 2013-03-07 16:23:01 +00:00
grouping cut over collector 2013-02-11 23:40:13 +00:00
highlighter LUCENE-4804: PostingsHighlighter sometimes applies term to the wrong passage 2013-02-26 21:53:40 +00:00
join cut over test collector 2013-02-11 23:46:25 +00:00
licenses LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +00:00
memory commit current state 2013-02-11 02:54:53 +00:00
misc make sure docs and offsets are the same length 2013-03-10 13:37:20 +00:00
queries LUCENE-4784, LUCENE-4785, LUCENE-4786: Fixed references to deprecated classes SinkTokenizer, ValueSourceQuery and RangeQuery. 2013-02-21 23:30:36 +00:00
queryparser LUCENE-4784, LUCENE-4785, LUCENE-4786: Fixed references to deprecated classes SinkTokenizer, ValueSourceQuery and RangeQuery. 2013-02-21 23:30:36 +00:00
sandbox LUCENE-4809: FuzzyLikeThisQuery fails if field does not exist or is not indexed with NPE during rewrite 2013-03-01 12:50:40 +00:00
site LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
spatial LUCENE-4794 Spatial PrefixTree traversal abstraction 2013-02-26 03:57:27 +00:00
suggest LUCENE-4789: fix typos 2013-02-20 20:53:46 +00:00
test-framework LUCENE-4808: Add workaround for a JDK 8 "class library bug" which is still under discussion and may *not* be fixed 2013-03-01 13:12:16 +00:00
tools LUCENE-4654: Test duration statistics from multiple test runs should be reused (locally). 2013-03-04 12:43:12 +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-3918: port IndexSorter to trunk API 2013-03-10 07:55:38 +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 StorableDocument -> StoredDocument 2012-11-03 00:25:59 +00:00
NOTICE.txt 2012 -> 2013 2013-01-02 12:54:12 +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 LUCENE-4763: Fix Java version detection in common-build.xml, use correct source version for javadocs, fail build on unsupported java version when documentation linting is enabled 2013-02-08 22:00:15 +00:00
common-build.xml LUCENE-4654: Test duration statistics from multiple test runs should be reused (locally). 2013-03-04 12:43:12 +00:00
ivy-settings.xml SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests. 2013-03-06 04:50:33 +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