lucene/lucene
Michael McCandless 941f6e64c8 LUCENE-6119: fix just arrived merge to throttle correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650025 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 10:24:16 +00:00
..
analysis LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +00:00
backward-codecs LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +00:00
benchmark LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +00:00
classification LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +00:00
codecs LUCENE-6119: CMS dynamically rate limits IO writes of each merge depending on incoming merge rate 2015-01-05 14:28:28 +00:00
core LUCENE-6119: fix just arrived merge to throttle correctly 2015-01-07 10:24:16 +00:00
demo LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +00:00
expressions LUCENE-5702: Move comparators to a per-leaf API. 2015-01-06 15:03:19 +00:00
facet LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +00:00
grouping LUCENE-5702: Move comparators to a per-leaf API. 2015-01-06 15:03:19 +00:00
highlighter LUCENE-6155: Add payloads to MemoryIndex; add flag to HL QueryScorer 2015-01-06 13:19:20 +00:00
join LUCENE-5702: Move comparators to a per-leaf API. 2015-01-06 15:03:19 +00:00
licenses SOLR-4839: Upgrade to Jetty 9 2015-01-05 15:45:58 +00:00
memory LUCENE-6155: Add payloads to MemoryIndex; add flag to HL QueryScorer 2015-01-06 13:19:20 +00:00
misc LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +00:00
queries LUCENE-5702: Move comparators to a per-leaf API. 2015-01-06 15:03:19 +00:00
queryparser Fix some warnings with try-with-resources 2014-12-31 17:10:31 +00:00
replicator SOLR-4839: Upgrade to Jetty 9 2015-01-05 15:45:58 +00:00
sandbox LUCENE-5702: Move comparators to a per-leaf API. 2015-01-06 15:03:19 +00:00
site Update versions in trunk's site, update migration guide 2014-09-24 20:47:19 +00:00
spatial SOLR-6797: spatial distanceUnits=degrees|kilometers|miles 2015-01-03 20:09:36 +00:00
suggest LUCENE-6149: Infix suggesters' highlighting and allTermsRequired can be set at the constructor for non-contextual lookup 2015-01-06 18:14:04 +00:00
test-framework LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +00:00
tools LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +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-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...) 2015-01-07 02:52:57 +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
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 SOLR-4839: Upgrade to Jetty 9 2015-01-05 15:45:58 +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 SVNkit 1.8.5 is now available on Maven central, so disable the slow own repo 2014-08-05 08:10:04 +00:00
ivy-versions.properties SOLR-6830 Upgrade Woodstox and StAX. 2015-01-06 16:15: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