lucene/lucene
Robert Muir 5079f039e5 fix a few incorrect datatypes in ForUtil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401152 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 04:15:25 +00:00
..
analysis SOLR-3906: add factory for AnalyzingSuggester 2012-10-21 03:31:29 +00:00
backwards
benchmark LUCENE-4434: Make changes-to-html not depend on wget or curl, fix some unicode bugs with PERL, add -Dperl.exe property 2012-09-26 11:05:41 +00:00
classification fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
codecs reduce RAM cost per unique field while writing postings 2012-10-18 12:19:05 +00:00
core fix a few incorrect datatypes in ForUtil 2012-10-23 04:15:25 +00:00
demo fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
facet LUCENE-4399: Remove AppendingCodec 2012-10-09 13:12:35 +00:00
grouping LUCENE-4355: improve AtomicReader sugar apis 2012-09-13 11:21:03 +00:00
highlighter LUCENE-4479: Fix highlighter on index w/ positions but no offsets 2012-10-20 19:36:02 +00:00
join fix javadoc problem 2012-09-25 07:25:30 +00:00
licenses Updating rr to 2.0.3 2012-10-08 21:05:46 +00:00
memory LUCENE-4446: cut over remaining tests etc 2012-10-12 02:17:48 +00:00
misc LUCENE-4399: Remove AppendingCodec 2012-10-09 13:12:35 +00:00
queries LUCENE-4426: ValueSource implementations for DocValues fields. 2012-10-05 13:38:42 +00:00
queryparser fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
sandbox fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
site LUCENE-4006: Add system requirements page (markdown) 2012-10-15 23:06:34 +00:00
spatial LUCENE-4464 polygon almost touch test 2012-10-17 11:34:24 +00:00
suggest throw IAE from suggesters that ignore onlyMorePopular arg 2012-10-22 19:23:18 +00:00
test-framework LUCENE-4472: provide propper context information to MergePolicy which events triggered a findMerges 2012-10-18 16:03:07 +00:00
tools LUCENE-4409: implement javadocs linting with eclipse ecj compiler 2012-09-24 02:56:46 +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 LUCENE-4497: don't write PosVIntCount in 4.1 codec 2012-10-22 17:55:39 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-3312: The API of oal.document was restructured to differentiate between stored documents and indexed documents 2012-09-02 14:35:35 +00:00
NOTICE.txt LUCENE-4431: Fix license of servlet-api.jar in Solr and Lucene 2012-09-26 00:22:54 +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-4493: Better workflow for documentation linting 2012-10-19 13:14:00 +00:00
common-build.xml LUCENE-4493: Better workflow for documentation linting 2012-10-19 13:14:00 +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