lucene/lucene
Michael McCandless cb8d691258 remove dup'd code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138571 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 18:29:23 +00:00
..
backwards update backwards instructions 2011-06-12 11:43:18 +00:00
contrib bump 3.3-dev to 3.4-dev 2011-06-22 09:31:18 +00:00
lib LUCENE-3204: Added NOTICE file for maven-ant-tasks jar 2011-06-14 21:47:30 +00:00
src remove dup'd code 2011-06-22 18:29:23 +00:00
BUILD.txt
CHANGES.txt LUCENE-3218: update changes and segment info after backport to 3.4 2011-06-22 13:20:48 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-3063: factor CharTokenizer/CharacterUtils into analyzers module 2011-05-03 00:29:47 +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-3204: Removed redundant path for maven-ant-tasks 2011-06-14 21:57:32 +00:00
common-build.xml LUCENE-3204: Include maven-ant-tasks jar in the source tree and use this jar from generate-maven-artifacts 2011-06-14 21:23:31 +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.