mirror of https://github.com/apache/lucene.git
c93f628317
This change introduces a new MergePolicy.MergeContext interface that is easy to mock and cuts over all instances of IW to MergeContext. Since IW now implements MergeContext the cut over is straight forward. This reduces the exposed API available in MP dramatically and allows efficient testing without relying on IW to improve the coverage and testability of our MP implementations. |
||
---|---|---|
.. | ||
analysis | ||
backward-codecs | ||
benchmark | ||
classification | ||
codecs | ||
core | ||
demo | ||
expressions | ||
facet | ||
grouping | ||
highlighter | ||
join | ||
licenses | ||
memory | ||
misc | ||
queries | ||
queryparser | ||
replicator | ||
sandbox | ||
site | ||
spatial | ||
spatial-extras | ||
spatial3d | ||
suggest | ||
test-framework | ||
tools | ||
BUILD.txt | ||
CHANGES.txt | ||
JRE_VERSION_MIGRATION.txt | ||
LICENSE.txt | ||
MIGRATE.txt | ||
NOTICE.txt | ||
README.txt | ||
SYSTEM_REQUIREMENTS.txt | ||
build.xml | ||
common-build.xml | ||
default-nested-ivy-settings.xml | ||
ivy-ignore-conflicts.properties | ||
ivy-versions.properties | ||
module-build.xml | ||
top-level-ivy-settings.xml | ||
version.properties |
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