lucene/lucene
Michael McCandless 98a527731d LUCENE-5708: fix these tests to also 'mimic' previous IWC.clone
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598543 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 10:44:58 +00:00
..
analysis LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it. 2014-05-30 07:01:31 +00:00
backwards
benchmark LUCENE-5666: merge trunk 2014-05-16 15:04:20 +00:00
classification Merged revision(s) 1591333 from lucene/dev/branches/branch_4x: 2014-04-30 15:50:35 +00:00
codecs LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it. 2014-05-30 07:01:31 +00:00
core LUCENE-5708: fix these tests to also 'mimic' previous IWC.clone 2014-05-30 10:44:58 +00:00
demo LUCENE-5666: fix facet example 2014-05-11 15:37:34 +00:00
expressions LUCENE-5666: current state to branch 2014-05-11 13:49:39 +00:00
facet LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it. 2014-05-30 07:01:31 +00:00
grouping improve test coverage for IW.expungeDeletes; fix infoStream logging in BDS to write something meaningful 2014-05-16 19:45:46 +00:00
highlighter LUCENE-5642: Randomize attributeFactory in tests, use MockTokenizer more where possible, reduce use of esoteric Token ctors 2014-05-04 12:19:35 +00:00
join LUCENE-5693, LUCENE-5675: also decouple this bug fix (move to LUCENE-5693) in ToParentBJQ.explain 2014-05-22 09:08:54 +00:00
licenses LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
memory LUCENE-5701: Move core closed listeners to AtomicReader. 2014-05-23 20:54:51 +00:00
misc LUCENE-5708: remove IWC.clone 2014-05-30 08:16:37 +00:00
queries LUCENE-5166: clear most nocommits, move ord/rord to solr (and speed them up), nuke old purging stuff 2014-05-14 05:51:24 +00:00
queryparser Merged revision(s) 1591333 from lucene/dev/branches/branch_4x: 2014-04-30 15:50:35 +00:00
replicator Marking known offenders. 2014-04-30 09:24:13 +00:00
sandbox LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it. 2014-05-30 07:01:31 +00:00
site LUCENE-5383: fix changes2html to link pull requests 2014-01-06 19:51:50 +00:00
spatial Fix test bug RE -180/+180 ambiguity. seed: 349A33E5B7DF73A2:5681B850511BD076 2014-05-27 16:13:32 +00:00
suggest LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it. 2014-05-30 07:01:31 +00:00
test-framework listFiles can return null if a different thread removes the dir concurrently (may happen in Solr tests),.. 2014-05-30 08:53:13 +00:00
tools LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
BUILD.txt
CHANGES.txt LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
JRE_VERSION_MIGRATION.txt Add Java 8 to list 2014-01-05 17:31:05 +00:00
LICENSE.txt
MIGRATE.txt LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
NOTICE.txt As mentioned by Mark Struberg: Update year in NOTICE.txt 2014-03-16 17:59:06 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5607: Update SYSTEM_REQUIREMENTS.txt and update Java-7-known-to-work version numbers before release of Lucene/Solr 4.8 2014-04-17 09:34:24 +00:00
build.xml LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
common-build.xml LUCENE-5650: Enforce read-only access to any path outside the temporary folder via security manager 2014-05-22 06:15:26 +00:00
ivy-ignore-conflicts.properties LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
ivy-settings.xml work around expired ssl cert 2014-03-14 16:46:36 +00:00
ivy-versions.properties LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies. 2014-05-30 10:33:55 +00:00
module-build.xml Remove obsolete ${project.classpath} pathelement from the "base.classpath" path and the classification module's "classpath" path 2013-09-20 06:25:12 +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