lucene/lucene
Dawid Weiss 4d401ca87d Test thread's name reflects the current seed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294514 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 08:04:42 +00:00
..
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
contrib LUCENE-3827: implement start/endOffset in DocsAndPositionsEnum returned from MemoryIndex, if offsets were indexed 2012-02-27 13:35:33 +00:00
core LUCENE-3829: improve test coverage of DocValues 2012-02-27 19:20:08 +00:00
lib LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting 2012-02-14 10:27:16 +00:00
site LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
test-framework Test thread's name reflects the current seed. 2012-02-28 08:04:42 +00:00
tools Moving solr/example/work license check exclusion to solr-specific validation section. 2012-02-14 08:25:28 +00:00
BUILD.txt LUCENE-3561: Fix maven xxx-src.jar files that were missing resources 2011-11-05 20:02:00 +00:00
CHANGES.txt LUCENE-3816: Fixed problem in FilteredDocIdSet, if null was returned from the delegate DocIdSet.iterator(), which is allowed to return null by DocIdSet specification when no documents match. 2012-02-22 13:34:48 +00:00
JRE_VERSION_MIGRATION.txt fix version to match reality 2011-07-28 19:48:54 +00:00
LICENSE.txt
MIGRATE.txt Update migrate docs for live docs 2012-02-18 18:05:44 +00:00
NOTICE.txt LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting 2012-02-14 10:27:16 +00:00
README.txt LUCENE-3762: update README to indicate junit 4.10.x 2012-02-18 17:58:10 +00:00
build.xml LUCENE-3774: Optimized and streamlined license and notice file validation 2012-02-13 14:12:59 +00:00
common-build.xml add placeholder javadocs task that always fails rather than relying upon a nonexistant task 2012-02-15 15:52:06 +00:00
index.html

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:

lucene-core-XX.jar
  The compiled Lucene library.

lucene-core-XX-javadoc.jar
  The Javadoc jar for the compiled Lucene library.
  
lucene-test-framework-XX.jar
  The compiled Lucene test-framework library.
  Depends on junit 4.10.x (not 4.9.x, not 4.11.x), and Apache Ant 1.7.x (not 1.6.x, not 1.8.x)

lucene-test-framework-XX-javadoc.jar
  The Javadoc jar for the compiled Lucene test-framework library.

contrib/demo/lucene-demo-XX.jar
  The compiled simple example code.

contrib/*
  Contributed code which extends and enhances Lucene, but is not
  part of the core library.  Of special note are the JAR files in the analyzers directory which
  contain various analyzers that people may find useful in place of the StandardAnalyzer.

docs/index.html
  The contents of the Lucene website.

docs/api/index.html
  The Javadoc Lucene API documentation.  This includes the core library, 
  the test framework, and the demo, as well as all of the contrib modules.