lucene/lucene
Mike McCandless a4722befb3 LUCENE-6766: add deletions to random test 2016-06-11 11:48:40 -04:00
..
analysis LUCENE-6662: Fixd potential resource leaks. 2016-06-09 15:48:39 +02:00
backward-codecs LUCENE-6766: remove unused SortField.Type.BYTES; don't pass liveDocs to DocIDMerger (it's redundant with MergeState.DocMap) 2016-06-11 11:48:40 -04:00
benchmark LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
classification LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
codecs LUCENE-6766: add float, double 2016-06-11 11:48:40 -04:00
core LUCENE-6766: add deletions to random test 2016-06-11 11:48:40 -04:00
demo fix wrong description of how to run IndexFiles demo 2016-04-07 05:29:39 -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:41:19 -04:00
facet LUCENE-6662: Fixd potential resource leaks. 2016-06-09 15:48:39 +02: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:36:00 -05:00
highlighter LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
join LUCENE-7297: Clean up ArrayUtil. 2016-05-25 17:05:09 +02:00
licenses LUCENE-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:42:17 +02:00
memory LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
misc LUCENE-6766: add another random test case; move early terminating collector to core 2016-06-11 11:48:40 -04:00
queries LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
queryparser LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
replicator SOLR-8933: Solr should not close container streams. 2016-05-03 10:23:37 -04:00
sandbox LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-7331: Remove GeoPointTestUtil from TestGeoPointQuery. 2016-06-11 07:56:22 -05:00
spatial-extras LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:41:21 -04:00
spatial3d LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
suggest LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
test-framework LUCENE-6766: implement STRING sort, using segment-local ordinals 2016-06-11 11:48:40 -04:00
tools LUCENE-7300: Add HardLinkCopyDirectoryWrapper to speed up file copying if hardlinks are applicable 2016-05-26 10:43:30 +02:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt LUCENE-7333: Fix test bug where randomSimpleString() generated a filename that is a reserved device name on Windows 2016-06-11 11:32:08 +02:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01:00
LICENSE.txt LUCENE-6732: Scan txt files in root folder, too. TODO: scan txt files everywhere 2015-08-13 09:53:44 +00:00
MIGRATE.txt LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
NOTICE.txt Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
build.xml SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file. 2016-05-17 10:08:41 -04:00
common-build.xml LUCENE-7296: Update forbiddenapis to version 2.1 2016-05-23 00:18:42 +02:00
default-nested-ivy-settings.xml LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:25:28 +02: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-versions.properties SOLR-9147: using BAOS from commons io 2.5 in EmbeddedSolrServer to avoid array resize. 2016-05-23 00:15:46 +03:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:29:04 +02:00
version.properties Add Version.LUCENE_6_2_0. 2016-06-08 14:31:40 +02: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