lucene/lucene
Christopher John Male 3597bc4bf4 LUCENE-3396: Converted simple Analyzers which got lost in merging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169654 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 09:00:42 +00:00
..
backwards update backwards instructions 2011-06-12 11:43:18 +00:00
contrib LUCENE-3396: Converted most Analyzers over to using ReusableAnalyzerBase 2011-09-12 05:50:26 +00:00
lib LUCENE-3204: Added NOTICE file for maven-ant-tasks jar 2011-06-14 21:47:30 +00:00
src LUCENE-3396: Converted simple Analyzers which got lost in merging 2011-09-12 09:00:42 +00:00
BUILD.txt be specific about dependent versions for ant/junit 2011-06-23 10:50:21 +00:00
CHANGES.txt move changes entry as suggested by Mike 2011-09-12 06:15:48 +00:00
JRE_VERSION_MIGRATION.txt fix version to match reality 2011-07-28 19:48:54 +00:00
LICENSE.txt
MIGRATE.txt LUCENE-2308: Moved over to using IndexableFieldType interface 2011-09-11 04:07:52 +00:00
NOTICE.txt add junit, jline to NOTICE.txt 2011-03-06 20:33:04 +00:00
README.txt be specific about dependent versions for ant/junit 2011-06-23 10:50:21 +00:00
build.xml LUCENE-3286: Consolidated XML QP into queryparser module 2011-09-05 05:53:28 +00:00
common-build.xml LUCENE-3406: Add ant target 'package-local-src-tgz' to Lucene and Solr to package sources from the local working copy. 2011-08-31 14:06:51 +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.7.x (not 4.6.x, not 4.8.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.