lucene/lucene
Michael McCandless 7ddf6443d5 LUCENE-6349: move possible Query clone and hashCode out sync block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665080 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 21:15:40 +00:00
..
analysis LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
backward-codecs LUCENE-6286: Removed IndexSearcher methods that take a Filter object. 2015-02-24 17:43:10 +00:00
benchmark LUCENE-6300: Remove multi-term filters. 2015-02-27 14:12:02 +00:00
classification LUCENE-6224: cut over more package.htmls 2015-02-09 16:12:32 +00:00
codecs LUCENE-6307: rename confusing docCount -> maxDoc in several places 2015-03-02 17:24:47 +00:00
core LUCENE-6349: move possible Query clone and hashCode out sync block 2015-03-08 21:15:40 +00:00
demo LUCENE-6300: Remove multi-term filters. 2015-02-27 14:12:02 +00:00
expressions LUCENE-6286: Removed IndexSearcher methods that take a Filter object. 2015-02-24 17:43:10 +00:00
facet LUCENE-6303: CachingWrapperFilter -> CachingWrapperQuery, FilterCache -> QueryCache and added caching to IndexSearcher. 2015-02-27 18:09:01 +00:00
grouping LUCENE-6303: CachingWrapperFilter -> CachingWrapperQuery, FilterCache -> QueryCache and added caching to IndexSearcher. 2015-02-27 18:09:01 +00:00
highlighter LUCENE-6317: Fix readStringStringMap API, reduce memory usage 2015-03-01 20:30:49 +00:00
join LUCENE-6310: FilterScorer supports two-phase always, adds two-phase support to some long-tail scorers 2015-03-01 13:24:59 +00:00
licenses SOLR-7184: Update Jetty 2015-03-03 16:33:58 +00:00
memory LUCENE-6317: Fix readStringStringMap API, reduce memory usage 2015-03-01 20:30:49 +00:00
misc LUCENE-6307: rename confusing docCount -> maxDoc in several places 2015-03-02 17:24:47 +00:00
queries LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
queryparser LUCENE-6333: Clean up overridden .equals and .hashCode methods in Query subclasses. 2015-03-05 16:01:58 +00:00
replicator A branch for LUCENE-6238 2015-03-01 20:25:41 +00:00
sandbox LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
site changes-to-html: fix for missing 2.0.0 release date in Lucene CHANGES (and other X.0.0 releases) 2015-02-25 17:48:07 +00:00
spatial LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
suggest LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
test-framework fix compilation error with jdk 8u11 2015-03-06 14:41:33 +00:00
tools A branch for LUCENE-6238 2015-03-01 20:25:41 +00:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt LUCENE-6341: move CHANGES entry in trunk 2015-03-08 18:44:16 +00:00
JRE_VERSION_MIGRATION.txt Add Java 8 to list 2014-01-05 17:31:05 +00:00
LICENSE.txt
MIGRATE.txt LUCENE-5961: Fix the exists() method for FunctionValues returned by many ValueSoures to behave properly when wrapping other ValueSources which do not exist for the specified document 2014-10-16 19:05:20 +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 LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
SYSTEM_REQUIREMENTS.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
build.xml LUCENE-5968: Improve error message when 'ant beast' is run on top-level modules 2014-11-29 23:52:42 +00:00
common-build.xml LUCENE-6238: minimize tests.policy 2015-02-25 16:23:44 +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 fix unbearably slow ivy-settings 2015-03-03 00:56:26 +00:00
ivy-versions.properties SOLR-7184: Update Jetty 2015-03-03 16:33:58 +00:00
module-build.xml LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +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