lucene/lucene
Simon Willnauer 242b87f414 LUCENE-3023: re-added accidentially removed deprecations from LUCENE-2555
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/realtime_search@1097739 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 09:19:30 +00:00
..
backwards
contrib missing svn:eol-style 2011-04-27 20:08:49 +00:00
docs LUCENE-2924: instruct users to download a source release to examine the source code 2011-03-04 12:29:04 +00:00
lib rename ant-junit-LICENSE to *-ASL so that 'validate' succeeds 2011-03-28 11:11:23 +00:00
src LUCENE-3023: re-added accidentially removed deprecations from LUCENE-2555 2011-04-29 09:19:30 +00:00
BUILD.txt
CHANGES.txt LUCENE-3042: When a filter or consumer added Attributes to a TokenStream chain after it was already (partly) consumed [or clearAttributes(), captureState(), cloneAttributes(),... was called by the Tokenizer], the Tokenizer calling clearAttributes() or capturing state after addition may not do this on the newly added Attribute 2011-04-22 22:45:08 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-1076: new TieredMergePolicy 2011-04-02 15:47:12 +00:00
NOTICE.txt add junit, jline to NOTICE.txt 2011-03-06 20:33:04 +00:00
README.txt Updated to reflect current reality 2011-03-25 22:33:16 +00:00
build.xml LUCENE-3006: fail on javadoc warnings 2011-03-31 19:56:47 +00:00
common-build.xml build: move license validation to only happen with test, not with compile 2011-04-16 00:50:56 +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.

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.