lucene/lucene
Michael McCandless de223f43f8 nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1441625 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 20:47:55 +00:00
..
analysis clear up some nocommits 2013-01-27 15:41:02 +00:00
backwards
benchmark Merge trunk. 2013-01-29 16:44:16 +00:00
classification [LUCENE-4668] - fixed classification classpaths 2013-01-09 08:06:25 +00:00
codecs Merged /lucene/dev/trunk:r1441297-1441422 2013-02-01 12:31:48 +00:00
core nocommits 2013-02-01 20:47:55 +00:00
demo add missing javadocs 2013-01-31 03:06:47 +00:00
facet Merged /lucene/dev/trunk:r1439980-1440837 2013-01-31 03:37:31 +00:00
grouping fix nocommits 2013-01-31 20:32:37 +00:00
highlighter add simple FVH test 2013-01-23 09:35:53 +00:00
join Merge trunk. 2013-01-29 16:44:16 +00:00
licenses SOLR-4106: Javac/ ivy path warnings with morfologik fixed by updating to Morfologik 1.5.5 (no functional changes). 2013-01-04 12:42:00 +00:00
memory Merged /lucene/dev/trunk:r1436566-1437977 2013-01-24 12:43:34 +00:00
misc Merged /lucene/dev/trunk:r1433031-1435376 2013-01-18 22:38:56 +00:00
queries fix nocommits 2013-01-31 20:32:37 +00:00
queryparser LUCENE-4656: Fix regression in IndexWriter to work with empty TokenStreams that have no TermToBytesRefAttribute (commonly provided by CharTermAttribute), e.g., oal.analysis.miscellaneous.EmptyTokenStream. Remove EmptyTokenizer from test-framework. 2013-01-03 23:35:20 +00:00
sandbox Merged /lucene/dev/trunk:r1419558-1430123 2013-01-08 03:40:16 +00:00
site Merged /lucene/dev/trunk:r1439980-1440837 2013-01-31 03:37:31 +00:00
spatial Merged /lucene/dev/trunk:r1436566-1437977 2013-01-24 12:43:34 +00:00
suggest fix bytesref problems in readBytes, just take byte[],int,int 2013-02-01 17:21:03 +00:00
test-framework Merged /lucene/dev/trunk:r1441297-1441422 2013-02-01 12:31:48 +00:00
tools Add more forbidden servlet APIs 2013-01-08 07:25:34 +00:00
BUILD.txt
CHANGES.txt LUCENE-4636: Upgrade ivy to 2.3.0 2013-02-01 02:37:35 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt
NOTICE.txt 2012 -> 2013 2013-01-02 12:54:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-3998: consolidate facet module examples under demo 2013-01-30 18:31:07 +00:00
common-build.xml Merged /lucene/dev/trunk:r1441217-1441296 2013-02-01 02:40:07 +00:00
ivy-settings.xml
module-build.xml

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