2011-03-12 14:09:36 -05:00
|
|
|
Apache Lucene README file
|
2001-11-04 12:23:04 -05:00
|
|
|
|
|
|
|
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:
|
2005-04-21 16:47:18 -04:00
|
|
|
http://lucene.apache.org/
|
2001-11-04 12:23:04 -05:00
|
|
|
|
|
|
|
Please join the Lucene-User mailing list by sending a message to:
|
2005-04-21 16:47:18 -04:00
|
|
|
java-user-subscribe@lucene.apache.org
|
2001-11-04 12:23:04 -05:00
|
|
|
|
2011-03-12 14:09:36 -05:00
|
|
|
Files in a binary distribution:
|
2001-11-04 12:23:04 -05:00
|
|
|
|
2006-02-21 16:43:08 -05:00
|
|
|
lucene-core-XX.jar
|
2011-03-25 18:33:16 -04:00
|
|
|
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.
|
2011-06-23 06:50:21 -04:00
|
|
|
Depends on junit 4.7.x (not 4.6.x, not 4.8.x), and Apache Ant 1.7.x (not 1.6.x, not 1.8.x)
|
2011-03-25 18:33:16 -04:00
|
|
|
|
|
|
|
lucene-test-framework-XX-javadoc.jar
|
|
|
|
The Javadoc jar for the compiled Lucene test-framework library.
|
2001-11-04 12:23:04 -05:00
|
|
|
|
2010-05-28 08:49:22 -04:00
|
|
|
contrib/demo/lucene-demo-XX.jar
|
2006-02-21 16:43:08 -05:00
|
|
|
The compiled simple example code.
|
|
|
|
|
2006-02-27 14:50:18 -05:00
|
|
|
contrib/*
|
|
|
|
Contributed code which extends and enhances Lucene, but is not
|
2010-01-20 21:45:09 -05:00
|
|
|
part of the core library. Of special note are the JAR files in the analyzers directory which
|
2006-12-26 15:44:29 -05:00
|
|
|
contain various analyzers that people may find useful in place of the StandardAnalyzer.
|
|
|
|
|
2001-11-04 12:23:04 -05:00
|
|
|
docs/index.html
|
|
|
|
The contents of the Lucene website.
|
|
|
|
|
|
|
|
docs/api/index.html
|
2011-03-25 18:33:16 -04:00
|
|
|
The Javadoc Lucene API documentation. This includes the core library,
|
|
|
|
the test framework, and the demo, as well as all of the contrib modules.
|