lucene/lucene
David Smiley 91153b9627 LUCENE-7262: Fix NPE, this should lazy-init in start() 2016-05-02 22:39:32 -04:00
..
analysis LUCENE-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:12:49 -04:00
backward-codecs fix failing test: 6.0 has back compat support in 7.0 ;) 2016-04-10 11:03:35 -04:00
benchmark LUCENE-7073: fix FieldType issues with Points 2016-03-07 16:13:05 -05:00
classification Fix javadoc generation. 2016-04-11 18:46:47 +02:00
codecs LUCENE-7264: Fewer conditionals in DocIdSetBuilder. 2016-04-29 10:35:27 +02:00
core LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
demo fix wrong description of how to run IndexFiles demo 2016-04-07 05:29:09 -04:00
expressions LUCENE-7158: use the same value (from WGS84) for earth's mean radius when we approximate it as a sphere 2016-04-01 05:40:50 -04:00
facet fix rare test bug 2016-04-11 05:24:34 -04:00
grouping LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:08:59 -05:00
highlighter LUCENE-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:12:49 -04:00
join LUCENE-7187: Block join queries' Weight#extractTerms(...) implementations should delegate to the wrapped weight. 2016-04-11 09:20:39 +02:00
licenses LUCENE-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:01:48 +02:00
memory LUCENE-7238: Explicitly disable the query cache in MemoryIndex.createSearcher. 2016-04-21 17:01:43 +02:00
misc LUCENE-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:12:49 -04:00
queries LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
queryparser LUCENE-7252: add TestCoreParser.testTermQueryEmptyXML test 2016-04-26 17:41:26 +01:00
replicator SOLR-8933: Solr should not close container streams. 2016-04-21 11:53:58 -04:00
sandbox LUCENE-7259: speed up MatchingPoints cost estimation 2016-04-27 12:02:27 -04:00
site
spatial LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
spatial-extras LUCENE-7262: Fix NPE, this should lazy-init in start() 2016-05-02 22:39:32 -04:00
spatial3d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-05-02 17:05:09 -04:00
suggest LUCENE-7141: switch OfflineSorter's ByteSequencesReader to BytesRefIterator 2016-03-26 03:47:06 -04:00
test-framework LUCENE-7264: Fewer conditionals in DocIdSetBuilder. 2016-04-29 10:35:27 +02:00
tools SOLR-9028: Fixed some test related bugs preventing SSL + ClientAuth from ever being tested 2016-04-28 13:18:01 -07:00
BUILD.txt
CHANGES.txt LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01:00
LICENSE.txt
MIGRATE.txt LUCENE-7076: Improve MIGRATE.txt/Point javadocs 2016-03-08 06:21:07 -05:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml Update URL to Lucene's KEYS file 2016-03-07 11:21:12 +01:00
common-build.xml Update tools for maximum Java 9 compatibility (especially Groovy) 2016-03-20 11:59:56 +01:00
ivy-ignore-conflicts.properties
ivy-settings.xml
ivy-versions.properties LUCENE-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:01:48 +02:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
version.properties Update master version to 7.0.0 2016-03-02 02:37:33 -06: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