lucene/lucene
Michael McCandless 1c208440f3 LUCENE-5615: catch invalid per-segment delete counts when writing the segment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588459 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 13:08:40 +00:00
..
analysis SOLR-5983: HTMLStripCharFilter is treating CDATA sections incorrectly 2014-04-17 06:08:17 +00:00
backwards
benchmark LUCENE-5608: Refactor SpatialPrefixTree/Cell API. Introduced CellIterator. 2014-04-18 02:45:49 +00:00
classification LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
codecs LUCENE-5582: remove IndexOutput.length/setLength 2014-04-11 18:46:43 +00:00
core LUCENE-5615: catch invalid per-segment delete counts when writing the segment 2014-04-18 13:08:40 +00:00
demo LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
expressions LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
facet LUCENE-5582: remove IndexOutput.length/setLength 2014-04-11 18:46:43 +00:00
grouping LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
highlighter LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
join LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
licenses LUCENE-5567: When a suite fails with zombie threads failure marker and count is not propagated properly. 2014-04-04 09:03:36 +00:00
memory LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
misc LUCENE-5582: remove IndexOutput.length/setLength 2014-04-11 18:46:43 +00:00
queries LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
queryparser LUCENE-4246: fix IW.close to just close, even on exception 2014-04-08 15:34:50 +00:00
replicator LUCENE-5600: HttpReplicator does not properly handle server failures 2014-04-17 16:06:41 +00:00
sandbox LUCENE-5573: Move docvalues constants and helper methods to o.a.l.index.DocValues 2014-04-11 08:54:03 +00:00
site LUCENE-5383: fix changes2html to link pull requests 2014-01-06 19:51:50 +00:00
spatial LUCENE-5608: fix visibility of CellTokenStream from RPT/PT Strategy because of javadoc constraints on package visibility 2014-04-18 12:24:59 +00:00
suggest fix AnalyzingInfixSuggester's javadocs to make it clearer that the index is 'private' to the suggester and should not be the same index used for normal searching 2014-04-16 10:14:49 +00:00
test-framework LUCENE-5606: un-ignore monster tests, instead annotate with a test group so they can be optionally run 2014-04-16 01:32:45 +00:00
tools SOLR-5950: Maven config: make the org.slf4j:slf4j-api dependency transitive (i.e., not optional) in all modules in which it's a dependency, including solrj, except for the WAR, where it will remain optional. 2014-04-03 23:49:08 +00:00
BUILD.txt
CHANGES.txt LUCENE-5615: catch invalid per-segment delete counts when writing the segment 2014-04-18 13:08:40 +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-5339: Gilad's feedback, improve javadocs 2013-11-27 12:07:30 +00:00
common-build.xml Update to bugfix release of forbidden-apis to work around annotations bug (may affect lucene in the future) 2014-04-17 21:54:33 +00:00
ivy-settings.xml work around expired ssl cert 2014-03-14 16:46:36 +00:00
ivy-versions.properties LUCENE-5567: When a suite fails with zombie threads failure marker and count is not propagated properly. 2014-04-04 09:03:36 +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