lucene/lucene
Uwe Schindler b1524738f3 LUCENE-5243: Temporarily fix problem with Clover + Java 7 caused by broken comparator. Once Clover 3.2.0 is out we can remove the snapshot repository. This patch is needed on trunk only (because Java 7)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1526210 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 15:47:06 +00:00
..
analysis LUCENE-5237: assert parameters validity as well as minor improvements 2013-09-24 08:23:37 +00:00
backwards
benchmark LUCENE-5187: Make SlowCompositeReaderWrapper's constructor private. 2013-08-26 07:54:26 +00:00
classification Remove obsolete ${project.classpath} pathelement from the "base.classpath" path and the classification module's "classpath" path 2013-09-20 06:25:12 +00:00
codecs LUCENE-5123: invert postings writing API 2013-09-19 20:57:09 +00:00
core LUCENE-5235: This is according to Clover never hit, so be more strict, may help Robert 2013-09-25 11:28:00 +00:00
demo LUCENE-3069: merge trunk changes over 2013-08-13 04:06:18 +00:00
expressions LUCENE-5207: Add a test that checks if the stack trace of an exception thrown from a Javascript function contains the original expression source code as the "filename". 2013-09-21 03:42:51 +00:00
facet LUCENE-5242: DirectoryTaxonomyWriter.replaceTaxonomy did not fully reset its state 2013-09-24 14:20:47 +00:00
grouping add missing @link 2013-09-16 02:09:50 +00:00
highlighter LUCENE-5235: Tokenizers now throw an IllegalStateException if the consumer does not call reset() before consuming the stream. Previous versions throwed NullPointerException or ArrayIndexOutOfBoundsException on best effort which was not user-friendly. 2013-09-22 13:57:43 +00:00
join LUCENE-5101: Make it easier to plugin different bitset implementations to CachingWrapperFilter. 2013-09-06 10:07:12 +00:00
licenses LUCENE-5207: simplify 2013-09-15 03:42:15 +00:00
memory LUCENE-5123: invert postings writing API 2013-09-19 20:57:09 +00:00
misc LUCENE-5189: add NumericDocValues updates 2013-09-15 17:11:52 +00:00
queries LUCENE-5234: improve FieldCache API 2013-09-21 19:30:17 +00:00
queryparser LUCENE-5235: Tokenizers now throw an IllegalStateException if the consumer does not call reset() before consuming the stream. Previous versions throwed NullPointerException or ArrayIndexOutOfBoundsException on best effort which was not user-friendly. 2013-09-22 13:57:43 +00:00
replicator LUCENE-3069: merge trunk changes over 2013-08-13 04:06:18 +00:00
sandbox LUCENE-5123: invert postings writing API 2013-09-19 20:57:09 +00:00
site bump 4.5 codec 2013-08-16 21:19:19 +00:00
spatial LUCENE-5123: invert postings writing API 2013-09-19 20:57:09 +00:00
suggest LUCENE-5123: invert postings writing API 2013-09-19 20:57:09 +00:00
test-framework add test verbosity 2013-09-24 11:14:00 +00:00
tools Update Clover License file and Clover version 2013-09-25 15:43:49 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt LUCENE-5242: DirectoryTaxonomyWriter.replaceTaxonomy did not fully reset its state 2013-09-24 14:20:47 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt StorableDocument -> StoredDocument 2012-11-03 00:25:59 +00:00
NOTICE.txt Make the Solr NOTICE.txt be a superset of Lucene's NOTICE.txt 2013-05-16 18:26:01 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt Update link in SysReq page (the old one is still valid and redirects, but to specific) 2013-04-14 10:44:04 +00:00
build.xml LUCENE-5207: initial patch from ryan 2013-09-13 03:11:17 +00:00
common-build.xml LUCENE-5243: Temporarily fix problem with Clover + Java 7 caused by broken comparator. Once Clover 3.2.0 is out we can remove the snapshot repository. This patch is needed on trunk only (because Java 7) 2013-09-25 15:47:06 +00:00
ivy-settings.xml LUCENE-5243: Temporarily fix problem with Clover + Java 7 caused by broken comparator. Once Clover 3.2.0 is out we can remove the snapshot repository. This patch is needed on trunk only (because Java 7) 2013-09-25 15:47:06 +00:00
module-build.xml Remove obsolete ${project.classpath} pathelement from the "base.classpath" path and the classification module's "classpath" path 2013-09-20 06:25:12 +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