lucene/lucene
David Wayne Smiley d76c4cbef0 LUCENE-5692: Removed deprecated DisjointSpatialFilter on trunk. Moved CHANGES.txt deprecation note to 4.10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608501 13f79535-47bb-0310-9956-ffa450edef68
2014-07-07 15:49:50 +00:00
..
analysis LUCENE-5770: Upgrade to JFlex 1.6, which has direct support for supplementary code points - as a result, ICU4J is no longer used to generate surrogate pairs to augment JFlex scanner specifications. 2014-07-05 21:12:09 +00:00
backwards
benchmark LUCENE-5666: merge trunk 2014-05-16 15:04:20 +00:00
classification LUCENE-5725: MoreLikeThis#like now accetps multiple values per field 2014-06-03 07:51:55 +00:00
codecs LUCENE-5752: switch to simpler Automaton implementation 2014-06-19 08:22:08 +00:00
core LUCENE-5796: Fix Scorer getChildren for two combinations of BooleanQuery 2014-07-07 13:17:51 +00:00
demo LUCENE-5666: fix facet example 2014-05-11 15:37:34 +00:00
expressions LUCENE-5754: Allow "$" as part of variable and function names in expressions module 2014-06-13 08:54:20 +00:00
facet LUCENE-5801: rename test vars, class and add missing ctor 2014-07-04 03:34:20 +00:00
grouping LUCENE-5703: BinaryDocValues producers don't allocate or copy bytes on each access anymore 2014-06-05 15:54:49 +00:00
highlighter LUCENE-5803: Add DelegatingAnalyzerWrapper, an optimized variant of AnalyzerWrapper that doesn't allow to wrap components or readers 2014-07-05 11:32:31 +00:00
join LUCENE-5752: renames 2014-06-16 22:23:11 +00:00
licenses LUCENE-5786: Unflushed/ truncated events file (hung testing subprocess). Updating RR to 2.1.6 2014-07-01 11:59:44 +00:00
memory LUCENE-5757: move RamUsageEstimator reflector to test-framework 2014-06-13 20:41:17 +00:00
misc LUCENE-5792: Simplified *AppendingBuffer APIs. 2014-07-01 14:55:46 +00:00
queries LUCENE-5695: DocIdSet implements Accountable. 2014-06-13 11:39:43 +00:00
queryparser LUCENE-5752: renames 2014-06-16 22:23:11 +00:00
replicator Marking known offenders. 2014-04-30 09:24:13 +00:00
sandbox LUCENE-5752: minor cleanups / remove imports / sops, etc. 2014-06-17 10:16:03 +00:00
site The migration guide in Lucene 5 is about migrating Lucene 4->5 2014-07-05 13:19:12 +00:00
spatial LUCENE-5692: Removed deprecated DisjointSpatialFilter on trunk. Moved CHANGES.txt deprecation note to 4.10 2014-07-07 15:49:50 +00:00
suggest LUCENE-5752: switch to simpler Automaton implementation 2014-06-19 08:22:08 +00:00
test-framework commit changes after doRandomForceMerge, or otherwise they're lost 2014-07-04 03:23:05 +00:00
tools LUCENE-5757: move RamUsageEstimator reflector to test-framework 2014-06-13 20:41:17 +00:00
BUILD.txt
CHANGES.txt LUCENE-5692: Removed deprecated DisjointSpatialFilter on trunk. Moved CHANGES.txt deprecation note to 4.10 2014-07-07 15:49:50 +00:00
JRE_VERSION_MIGRATION.txt
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
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-5752: remove last nocommits; turn on method-level javadocs for oal.util.automaton; improve tests 2014-06-17 09:37:41 +00:00
common-build.xml LUCENE-5770: Upgrade to JFlex 1.6, which has direct support for supplementary code points - as a result, ICU4J is no longer used to generate surrogate pairs to augment JFlex scanner specifications. 2014-07-05 21:12:09 +00:00
ivy-ignore-conflicts.properties LUCENE-5715: Upgrade direct dependencies known to be older than transitive dependencies 2014-06-04 19:15:14 +00:00
ivy-settings.xml IVY doesn't follow redirects. Point at Sonatype's https repo directly. 2014-06-24 07:51:58 +00:00
ivy-versions.properties SOLR-2245: Reverting due to unclear license for greenmail 2014-07-02 22:00:58 +00:00
module-build.xml

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