lucene/lucene
Uwe Schindler d02cbfe3c1 LUCENE-2372: Convert core analyzers to CharTermAttribute. Also made rest of core analyzers final.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932749 13f79535-47bb-0310-9956-ffa450edef68
2010-04-10 15:41:27 +00:00
..
backwards LUCENE-2372: Convert core analyzers to CharTermAttribute. Also made rest of core analyzers final. 2010-04-10 15:41:27 +00:00
contrib LUCENE-2323: move ChainedFilter from misc to contrib/queries 2010-04-10 15:36:46 +00:00
docs LUCENE-2323: move surround queryparser to queryparser contrib 2010-04-10 14:23:08 +00:00
lib SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
src LUCENE-2372: Convert core analyzers to CharTermAttribute. Also made rest of core analyzers final. 2010-04-10 15:41:27 +00:00
.cvsignore SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
BUILD.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
CHANGES.txt LUCENE-2372: Convert core analyzers to CharTermAttribute. Also made rest of core analyzers final. 2010-04-10 15:41:27 +00:00
JRE_VERSION_MIGRATION.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
LICENSE.txt LUCENE-2370: Reintegrate flex_1458 branch into trunk (revision 931101) 2010-04-06 19:19:27 +00:00
NOTICE.txt LUCENE-2370: Reintegrate flex_1458 branch into trunk (revision 931101) 2010-04-06 19:19:27 +00:00
README.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
build.xml LUCENE-2323: move surround queryparser to queryparser contrib 2010-04-10 14:23:08 +00:00
common-build.xml some minor cleanups and faster jflex classpath :-) 2010-04-10 15:30:05 +00:00
index.html SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
lucene-contrib-pom.xml.template SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
lucene-core-pom.xml.template SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
lucene-demos-pom.xml.template SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00
lucene-parent-pom.xml.template SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00

README.txt

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

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

lucene-demos-XX.jar
  The compiled simple example code.

luceneweb.war
  The compiled simple example Web Application.

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 demo, as well as all of the contrib modules.

src/java
  The Lucene source code.

src/demo
  Some example code.