adding all of botlist, initial add
[botlist.git] / botlistprojects / botlistdocs / lib / liblic / LUCENE_README.txt
blobad1315c6ffecf415fa8bd64bfab04ad7084ce2e1
1 Lucene README file
3 $Id: README.txt 490368 2006-12-26 20:44:29Z gsingers $
5 INTRODUCTION
7 Lucene is a Java full-text search engine.  Lucene is not a complete
8 application, but rather a code library and API that can easily be used
9 to add search capabilities to applications.
11 The Lucene web site is at:
12   http://lucene.apache.org/
14 Please join the Lucene-User mailing list by sending a message to:
15   java-user-subscribe@lucene.apache.org
17 FILES
19 lucene-core-XX.jar
20   The compiled lucene library.
22 lucene-demos-XX.jar
23   The compiled simple example code.
25 luceneweb.war
26   The compiled simple example Web Application.
28 contrib/*
29   Contributed code which extends and enhances Lucene, but is not
30   part of the core library.  Of special note are the JAR files in the analyzers and snowball directory which
31   contain various analyzers that people may find useful in place of the StandardAnalyzer.
35 docs/index.html
36   The contents of the Lucene website.
38 docs/api/index.html
39   The Javadoc Lucene API documentation.  This includes the core
40   library, the demo, as well as all of the contrib modules.
42 src/java
43   The Lucene source code.
45 src/demo
46   Some example code.