lucene/lucene
Robert Muir 2bef294a09 LUCENE-6125: add more safety checks to MockDirectoryWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647371 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 18:42:28 +00:00
..
analysis LUCENE-6121: CachingTokenFilter.reset() propagates to input if not cached 2014-12-19 14:38:02 +00:00
backward-codecs LUCENE-6039: cutover to IndexOptions.NO/DocValuesType.NO instead of null 2014-10-31 15:10:08 +00:00
benchmark LUCENE-5951: try to detect if index is on an SSD and default CMS's settings accordingly 2014-12-19 15:36:55 +00:00
classification LUCENE-5736 - fixed test javadoc 2014-11-12 08:56:29 +00:00
codecs LUCENE-6124: fix broken close() methods in .store/.codec apis 2014-12-19 20:23:42 +00:00
core fix IW infoStream: don't repeat 'too many merges' 4X per sec; add merge summary details about overall MB/sec 2014-12-22 10:10:10 +00:00
demo LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +00:00
expressions LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
facet LUCENE-6104: simplify internals of Lucene50NormsProducer 2014-12-15 18:03:05 +00:00
grouping docs: get minimal doclint options passing 2014-11-28 01:16:37 +00:00
highlighter LUCENE-6121: CachingTokenFilter.reset() propagates to input if not cached 2014-12-19 14:38:02 +00:00
join LUCENE-6104: simplify internals of Lucene50NormsProducer 2014-12-15 18:03:05 +00:00
licenses LUCENE-6059: add Daitch-Mokotoff Soundex phonetic Apache commons phonetic codec 2014-11-11 18:47:14 +00:00
memory LUCENE-6034: Simplify MemoryIndex state via TreeMap<Info> etc. 2014-12-05 14:43:16 +00:00
misc LUCENE-6104: simplify internals of Lucene50NormsProducer 2014-12-15 18:03:05 +00:00
queries LUCENE-6088: TermsFilter implements Accountable. 2014-12-03 10:26:36 +00:00
queryparser LUCENE-6121: CachingTokenFilter.reset() propagates to input if not cached 2014-12-19 14:38:02 +00:00
replicator LUCENE-6074: symlink jars on unix/os X systems 2014-11-23 18:00:11 +00:00
sandbox LUCENE-6124: fix broken close() methods in .store/.codec apis 2014-12-19 20:23:42 +00:00
site Update versions in trunk's site, update migration guide 2014-09-24 20:47:19 +00:00
spatial LUCENE-5648: spatial NumberRangePrefixTree refactorings, mostly: 2014-12-14 04:33:01 +00:00
suggest Fix typo 2014-12-16 21:21:19 +00:00
test-framework LUCENE-6125: add more safety checks to MockDirectoryWrapper 2014-12-22 18:42:28 +00:00
tools LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +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-6124: fix broken close() methods in .store/.codec apis 2014-12-19 20:23:42 +00:00
JRE_VERSION_MIGRATION.txt Add Java 8 to list 2014-01-05 17:31:05 +00:00
LICENSE.txt LUCENE-3965: merge LICENSE/NOTICE.txt and cleanup some outdated inconsistencies 2012-04-18 03:29:38 +00:00
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-5968: Improve error message when 'ant beast' is run on top-level modules 2014-11-29 23:52:42 +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-6799: Update Saxon-HE to 9.6.0-2. 2014-11-27 03:05:17 +00:00
module-build.xml Remove the annoying echo 2014-09-04 14:01:39 +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