lucene/lucene
Robert Muir 85d282a245 fix test bug: an ancient codec might fail earlier on addDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619410 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 14:25:14 +00:00
..
analysis add link to paper 2014-08-20 20:55:57 +00:00
backwards
benchmark LUCENE-5850: Made Version handling more robust and extensible 2014-08-15 19:15:17 +00:00
classification LUCENE-5699 - patch from Gergő Törcsvári for normalized score and return lists in classification 2014-08-20 08:56:42 +00:00
codecs LUCENE-5894: refactor bulk merge logic 2014-08-21 13:46:36 +00:00
core fix test bug: an ancient codec might fail earlier on addDocument 2014-08-21 14:25:14 +00:00
demo LUCENE-5850: Made Version handling more robust and extensible 2014-08-15 19:15:17 +00:00
expressions LUCENE-5871: Remove Version from IndexWriterConfig 2014-08-09 18:54:35 +00:00
facet LUCENE-5864: Split BytesRef into BytesRef and BytesRefBuilder. 2014-08-12 14:46:45 +00:00
grouping LUCENE-5864: Split BytesRef into BytesRef and BytesRefBuilder. 2014-08-12 14:46:45 +00:00
highlighter LUCENE-5850: Made Version handling more robust and extensible 2014-08-15 19:15:17 +00:00
join LUCENE-5864: Split BytesRef into BytesRef and BytesRefBuilder. 2014-08-12 14:46:45 +00:00
licenses LUCENE-5786: Unflushed/ truncated events file (hung testing subprocess). Updating RR to 2.1.6 2014-07-01 11:59:44 +00:00
memory LUCENE-5871: Remove Version from IndexWriterConfig 2014-08-09 18:54:35 +00:00
misc LUCENE-5850: Made Version handling more robust and extensible 2014-08-15 19:15:17 +00:00
queries LUCENE-5864: Split BytesRef into BytesRef and BytesRefBuilder. 2014-08-12 14:46:45 +00:00
queryparser LUCENE-5871: Remove Version from IndexWriterConfig 2014-08-09 18:54:35 +00:00
replicator LUCENE-5871: Remove Version from IndexWriterConfig 2014-08-09 18:54:35 +00:00
sandbox LUCENE-5864: Split BytesRef into BytesRef and BytesRefBuilder. 2014-08-12 14:46:45 +00:00
site SOLR-6342: build.xml clones lucene/CHANGES.txt as LUCENE_CHANGES.txt in solr releases; changes2html hotlinks LUCENE_CHANGES.txt when found 2014-08-15 21:37:07 +00:00
spatial LUCENE-5714: TestBBoxStrategy work-around for Spatial4j Rect bug #85 2014-08-20 17:16:23 +00:00
suggest LUCENE-5893: use Files.createTempDirectory 2014-08-20 09:40:48 +00:00
test-framework LUCENE-5894: refactor bulk merge logic 2014-08-21 13:46:36 +00:00
tools LUCENE-5831: ant precommit should remind people to run clean-jars and jar-checksums when checksums are not right 2014-07-19 18:23:25 +00:00
BUILD.txt
CHANGES.txt LUCENE-5850: Made Version handling more robust and extensible 2014-08-15 19:15:17 +00:00
JRE_VERSION_MIGRATION.txt Add Java 8 to list 2014-01-05 17:31:05 +00:00
LICENSE.txt
MIGRATE.txt LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
NOTICE.txt Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5607: Update SYSTEM_REQUIREMENTS.txt and update Java-7-known-to-work version numbers before release of Lucene/Solr 4.8 2014-04-17 09:34:24 +00:00
build.xml LUCENE-5882: Add 4.10 docvaluesformat 2014-08-14 15:30:44 +00:00
common-build.xml LUCENE-5850: Remove useless checks and properties 2014-08-15 21:39:53 +00:00
ivy-ignore-conflicts.properties LUCENE-5715: Upgrade direct dependencies known to be older than transitive dependencies 2014-06-04 19:15:14 +00:00
ivy-settings.xml SVNkit 1.8.5 is now available on Maven central, so disable the slow own repo 2014-08-05 08:10:04 +00:00
ivy-versions.properties SOLR-6388: Update Apache TIKA 1.5's Apache POI dependency to 3.10.1 2014-08-18 13:38:41 +00:00
module-build.xml LUCENE-5593: speed up javadocs generation in build 2014-07-28 15:36:27 +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