lucene/lucene
David Wayne Smiley 9f0fafc552 LUCENE-4351 fix edge case (again) in test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382355 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:28:23 +00:00
..
analysis fix broken unicode in javadocs 2012-09-06 18:37:38 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4356: settle on one version of commons-compress 2012-09-04 15:39:55 +00:00
codecs LUCENE-4365: split maven modules into main/test sub-modules for the four modules with cyclic dependencies on the Lucene or Solr test-framework modules: lucene-core, lucene-codecs, solr-core, and solr-solrj 2012-09-06 22:17:03 +00:00
core LUCENE-4364: Also close the (although already forcefully closed) in the new test - just for safety and to test double close. 2012-09-08 12:35:36 +00:00
demo LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
facet javadocs: fix broken HTML 2012-08-28 18:11:14 +00:00
grouping LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type) 2012-08-30 22:43:41 +00:00
highlighter LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type) 2012-08-30 22:43:41 +00:00
join LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type) 2012-08-30 22:43:41 +00:00
licenses LUCENE-4351 update sha1 hashes for spatial4j 0.3 2012-09-05 17:22:32 +00:00
memory remove FieldsEnum and replace with Iterator<String> 2012-08-13 02:25:19 +00:00
misc LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type) 2012-08-30 22:43:41 +00:00
queries LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type) 2012-08-30 22:43:41 +00:00
queryparser LUCENE-3312: Final merge before reintegrate 2012-09-02 11:21:01 +00:00
sandbox LUCENE-3312: Apply lucene-3312-patch-12a.patch 2012-08-13 14:06:05 +00:00
site SOLR-2747: Added 'ant changes-to-html' to Solr. 2012-08-29 06:26:02 +00:00
spatial LUCENE-4351 fix edge case (again) in test 2012-09-08 20:28:23 +00:00
suggest remove useless inheritdocs (if you dont add to it, it does nothing) 2012-08-27 22:30:09 +00:00
test-framework LUCENE-4364: MMapDirectory makes too many maps for CFS 2012-09-08 02:41:57 +00:00
tools add validate-maven task to check maven dependencies, fix redundant dependencies in generate-maven-artifacts 2012-09-06 13:53:35 +00:00
BUILD.txt LUCENE-4336: JavaCC tasks should use IVY 2012-08-28 23:29:44 +00:00
CHANGES.txt LUCENE-4364: MMapDirectory makes too many maps for CFS 2012-09-08 02:41:57 +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 nuke some outdated references to contrib 2012-04-22 12:55:11 +00:00
README.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
build.xml Add nightly maven build&check task (more will come later!), also remove duplicate dependencies. The validate task now only runs from root 2012-09-06 17:39:06 +00:00
common-build.xml Disable for the dependency checking the snapshot repository explicitely, although it might be enabled in the pom.xml. So we have all flexibility 2012-09-07 20:23:59 +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-4340: move non-default codec, postings format and terms dictionary implementations to lucene/codecs. 2012-09-05 08:44:11 +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`