lucene/lucene
Robert Muir 0dbccd144f LUCENE-5969: don't use indexfilenames in these codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1629105 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 02:46:23 +00:00
..
analysis LUCENE-5952: better error messages when version fails to parse; use simpler string tokenizer; don't check major versions at such a low level 2014-09-21 09:44:11 +00:00
backward-codecs LUCENE-5969: don't use indexfilenames in these codecs 2014-10-03 02:46:23 +00:00
benchmark LUCENE-5969: Add Lucene50Codec (infos, dv, norms) 2014-09-24 00:59:50 +00:00
classification LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
codecs LUCENE-5969: move CFS to codec 2014-10-02 15:27:13 +00:00
core LUCENE-5969: don't use indexfilenames in these codecs 2014-10-03 02:46:23 +00:00
demo LUCENE-5945: Full cutover to Path api from java.io.File 2014-09-13 21:46:29 +00:00
expressions LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
facet LUCENE-5569: Rename more locations in test classes and comments 2014-09-24 08:47:38 +00:00
grouping LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
highlighter LUCENE-5569: Rename more locations in test classes and comments 2014-09-24 08:47:38 +00:00
join LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
licenses SOLR-6488: Upgrade Solr Cell to TIKA 1.6 2014-09-07 20:50:13 +00:00
memory LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
misc LUCENE-5969: start improving CFSDir 2014-10-02 06:34:10 +00:00
queries LUCENE-5569: Rename more locations in test classes and comments 2014-09-24 08:47:38 +00:00
queryparser LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
replicator LUCENE-5945: Full cutover to Path api from java.io.File 2014-09-13 21:46:29 +00:00
sandbox LUCENE-5969: give remaining codecs segment headers and cleanups 2014-10-01 13:14:41 +00:00
site Update versions in trunk's site, update migration guide 2014-09-24 20:47:19 +00:00
spatial LUCENE-5569: Rename more locations in test classes and comments 2014-09-24 08:47:38 +00:00
suggest LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext 2014-09-23 23:51:55 +00:00
test-framework LUCENE-5969: move CFS to codec 2014-10-02 15:27:13 +00:00
tools LUCENE-5569: Rename more locations in test classes and comments 2014-09-24 08:47:38 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt SOLR-5986: Add an ExitableDirectoryReader in Lucene and use that to support exiting of long running queries in Solr. 2014-09-25 19:42:07 +00:00
JRE_VERSION_MIGRATION.txt Add Java 8 to list 2014-01-05 17:31:05 +00:00
LICENSE.txt
MIGRATE.txt Update versions in trunk's site, update migration guide 2014-09-24 20:47:19 +00:00
NOTICE.txt Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5607: Update SYSTEM_REQUIREMENTS.txt and update Java-7-known-to-work version numbers before release of Lucene/Solr 4.8 2014-04-17 09:34:24 +00:00
build.xml Fix encoding issue with source file, remove groovy script and do the defaultCodec transformation natively in ANT, hack lowercasing in XSL 2014-09-24 16:09:54 +00:00
common-build.xml LUCENE-5971: Create addBackcompatIndexes.py script to build and add backcompat test indexes 2014-09-24 20:48:57 +00:00
ivy-ignore-conflicts.properties Ignore the existence of a newer guice version that is an indirect dependency (4.0-beta5) than the direct dependency (3.0) 2014-09-25 04:27:59 +00:00
ivy-settings.xml SVNkit 1.8.5 is now available on Maven central, so disable the slow own repo 2014-08-05 08:10:04 +00:00
ivy-versions.properties SOLR-6488: Upgrade Solr Cell to TIKA 1.6 2014-09-07 20:50:13 +00:00
module-build.xml Remove the annoying echo 2014-09-04 14:01:39 +00:00
version.properties LUCENE-5944: Bump version in trunk 2014-09-18 13:37:14 +00:00

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

Files are organized by module, for example in core/:

* `core/lucene-core-XX.jar`:
  The compiled core Lucene library.

To review the documentation, read the main documentation page, located at:
`docs/index.html`

To build Lucene or its documentation for a source distribution, see BUILD.txt