lucene/lucene
Adrien Grand a7d1ee7002 LUCENE-6634: PKIndexSplitter now takes a Query instead of a Filter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688365 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 06:50:50 +00:00
..
analysis LUCENE-6586: fix typo causing possible wrong value for substCount 2015-06-27 17:12:14 +00:00
backward-codecs LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
benchmark LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
classification LUCENE-6570: Make BooleanQuery immutable. 2015-06-18 07:14:05 +00:00
codecs Left over println statement. 2015-06-26 08:39:03 +00:00
core fix slow test: don't use postings formats whose Terms.getMax is slow for immense terms 2015-06-28 08:47:12 +00:00
demo LUCENE-6570: Make BooleanQuery immutable. 2015-06-18 07:14:05 +00:00
expressions LUCENE-6570: Make BooleanQuery immutable. 2015-06-18 07:14:05 +00:00
facet LUCENE-6553: Fix how DrillSidewaysScorer handles deleted docs. 2015-06-25 16:54:16 +00:00
grouping LUCENE-6303: CachingWrapperFilter -> CachingWrapperQuery, FilterCache -> QueryCache and added caching to IndexSearcher. 2015-02-27 18:09:01 +00:00
highlighter LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
join LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
licenses SOLR-7634: Upgrade Jetty to 9.2.11.v20150529 2015-06-10 20:33:27 +00:00
memory LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
misc LUCENE-6634: PKIndexSplitter now takes a Query instead of a Filter. 2015-06-30 06:50:50 +00:00
queries LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
queryparser LUCENE-6583: Remove FilteredQuery. 2015-06-18 12:29:56 +00:00
replicator Remove unnecessary svn:executable from some files 2015-04-03 21:56:33 +00:00
sandbox TestGeoPointQuery: don't use costly codecs for this costly testRandomBig test. 2015-06-26 09:19:07 +00:00
site Remove unnecessary svn:executable from some files 2015-04-03 21:56:33 +00:00
spatial LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
suggest LUCENE-6553: Simplify how live docs are applied. 2015-06-25 13:59:19 +00:00
test-framework LUCENE-6637: Fix FSTTester to not violate file permissions on -Dtests.verbose=true 2015-06-29 21:54:08 +00:00
tools LUCENE-6614: Improve partition detection in IOUtils#spins() so it works with NVMe drives 2015-06-27 03:35:00 +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-6634: PKIndexSplitter now takes a Query instead of a Filter. 2015-06-30 06:50:50 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-6570: Add a MIGRATE entry. 2015-06-19 15:57:21 +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-6277: Allow Ivy resolutionCacheDir to be overridden by system property. 2015-06-09 14:01:00 +00:00
common-build.xml LUCENE-6568: Make rat invocation depend on ivy configuration being set up 2015-06-28 16:24:05 +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 LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property. 2015-06-09 14:01:00 +00:00
ivy-versions.properties SOLR-7560: Bump Presto Parser version to 0.108 2015-06-25 18:38:55 +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-6363: Fix typo in version.properties file 2015-03-18 00:25:55 +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