lucene/lucene
Simon Willnauer 0eb56551b9 LUCENE-4728: add queries to the classpath since highlighter specializes a query now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442605 13f79535-47bb-0310-9956-ffa450edef68
2013-02-05 14:28:22 +00:00
..
analysis LUCENE-4749 - exposed UIMA AEs config parameters in analysis/uima tools 2013-02-04 13:18:40 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4728: add queries to the classpath since highlighter specializes a query now 2013-02-05 14:28:22 +00:00
classification [LUCENE-4668] - fixed classification classpaths 2013-01-09 08:06:25 +00:00
codecs LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
core LUCENE-4744: Remove FieldCache.StopFillChacheException 2013-02-05 08:24:35 +00:00
demo add missing javadocs 2013-01-31 03:06:47 +00:00
facet add missing javadocs 2013-01-31 03:06:47 +00:00
grouping fix missing Overrides 2012-12-11 14:31:01 +00:00
highlighter LUCENE-4728: Unknown and not explicitly mapped queries are now rewritten against the highlighting IndexReader to obtain primitive queries before discarding the query entirely. 2013-02-05 13:59:26 +00:00
join LUCENE-4704: Make join queries override hashcode and equals methods. 2013-01-27 20:14:02 +00:00
licenses LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +00:00
memory LUCENE-4728: Unknown and not explicitly mapped queries are now rewritten against the highlighting IndexReader to obtain primitive queries before discarding the query entirely. 2013-02-05 13:59:26 +00:00
misc cleaned up class javadoc 2013-01-16 00:18:46 +00:00
queries LUCENE-4727: use float as minShouldMatch on CommonTermsQuery 2013-01-28 15:32:25 +00:00
queryparser LUCENE-4745: Allow FuzzySlop customization in classic QueryParser 2013-02-05 14:14:58 +00:00
sandbox SOLR-4271: add support for PostingsHighlighter 2013-01-05 22:51:30 +00:00
site LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
spatial LUCENE-4550: fix SpatialArgs.calcDistanceFromErrPct 2013-01-22 21:24:04 +00:00
suggest LUCENE-4684: Made fields private again (2). 2013-01-16 15:45:22 +00:00
test-framework Replace "throw exception" with the more idiomatic Junit's "assertNull", following Uwe's advice. 2013-02-02 23:20:38 +00:00
tools LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +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-4728: Unknown and not explicitly mapped queries are now rewritten against the highlighting IndexReader to obtain primitive queries before discarding the query entirely. 2013-02-05 13:59:26 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-4008: Use pegdown to transform MIGRATE.txt and other text-only files to readable HTML. Please alsows run ant documentation when you have changed anything on those files to check output. 2012-04-22 21:15:27 +00:00
LICENSE.txt LUCENE-3965: merge LICENSE/NOTICE.txt and cleanup some outdated inconsistencies 2012-04-18 03:29:38 +00:00
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-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +00:00
common-build.xml LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +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