lucene/lucene
Shai Erera c1272c83bc add assert to CategoryPath private constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1436219 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 08:06:36 +00:00
..
analysis LUCENE-4570: Fix deprecated API usage (otherwise may lead to bugs if Hyphenation filters load files from directories with non-ascii path names) 2013-01-18 14:09:55 +00:00
backwards
benchmark fix RandomFacetSource (benchmark) random picking logic and move to a list of CategoryPath 2013-01-21 06:58:40 +00:00
classification [LUCENE-4668] - fixed classification classpaths 2013-01-09 08:06:25 +00:00
codecs javadocs 2013-01-18 14:20:46 +00:00
core LUCENE-4693: FixedBitset might return wrong results if words.length > actual words in the bitset 2013-01-18 15:25:58 +00:00
demo Modernize links 2013-01-14 14:57:12 +00:00
facet add assert to CategoryPath private constructor 2013-01-21 08:06:36 +00:00
grouping fix missing Overrides 2012-12-11 14:31:01 +00:00
highlighter SOLR-4271: add support for PostingsHighlighter 2013-01-05 22:51:30 +00:00
join fix missing Overrides 2012-12-11 14:31:01 +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 fix missing Overrides 2012-12-11 14:31:01 +00:00
misc cleaned up class javadoc 2013-01-16 00:18:46 +00:00
queries fix testcase to only run QueryUtils on a optimized index 2012-12-14 10:45:02 +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 SOLR-4271: add support for PostingsHighlighter 2013-01-05 22:51:30 +00:00
site LUCENE-4006: Add system requirements page (markdown) 2012-10-15 23:06:34 +00:00
spatial fix missing Overrides 2012-12-11 14:31:01 +00:00
suggest LUCENE-4684: Made fields private again (2). 2013-01-16 15:45:22 +00:00
test-framework don't pass pos to FST.getBytesReader 2013-01-14 20:38:38 +00:00
tools Add more forbidden servlet APIs 2013-01-08 07:25:34 +00:00
BUILD.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
CHANGES.txt move to 4.2 section of CHANGES 2013-01-18 14:06:03 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt StorableDocument -> StoredDocument 2012-11-03 00:25:59 +00:00
NOTICE.txt 2012 -> 2013 2013-01-02 12:54:12 +00:00
README.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
SYSTEM_REQUIREMENTS.txt LUCENE-4006: Exchange files 2012-10-15 23:16:01 +00:00
build.xml LUCENE-4442: fix prepare-release to put changes/ and KEYS into the distribution so its complete 2013-01-11 12:45:46 +00:00
common-build.xml Better check Maven dependencies without using groovy and remove ANT duplication between Lucene + Solr 2013-01-03 09:18:17 +00:00
ivy-settings.xml remove useless and inefficient clean-jars: we call ivy with sync-true so this is a massive slowdown of the build 2012-10-08 12:17:55 +00:00
module-build.xml fix classpath order bogon 2012-10-09 14:36:26 +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