lucene/lucene
Mike McCandless 5b1b183878 add missing delegations 2016-03-02 18:45:03 -05:00
..
analysis remove or cutover all uses of now unsupported versions 2016-03-02 09:05:41 -05:00
backward-codecs remove or cutover all uses of now unsupported versions 2016-03-02 09:05:41 -05:00
benchmark LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
classification LUCENE-7013: Revert changes to package-info.java files (adds newline after license header and before javadocs back) 2016-02-04 23:02:50 +01:00
codecs also add PointValues.getDocCount stat, and check it in CheckIndex 2016-03-02 18:39:57 -05:00
core also add PointValues.getDocCount stat, and check it in CheckIndex 2016-03-02 18:39:57 -05:00
demo LUCENE-7045: remove all encode/decode hooks from PointRangeQuery 2016-02-23 17:03:55 -05:00
expressions LUCENE-7037: Switch all exceptions tests to expectThrows() 2016-02-19 12:07:47 -05:00
facet LUCENE-7059: always visit 1D points in sorted order; fix tie-break but in BKDWriter; fix BKDWriter to pass on maxMBSortInHeap to the OfflineSorter too 2016-03-02 11:27:52 -05:00
grouping LUCENE-7013: Revert changes to package-info.java files (adds newline after license header and before javadocs back) 2016-02-04 23:02:50 +01:00
highlighter LUCENE-7045: remove all encode/decode hooks from PointRangeQuery 2016-02-23 17:03:55 -05:00
join LUCENE-7053: Remove custom comparators from BytesRef class and solely use natural byte[] comparator throughout codebase. It also replaces the natural comparator in ArrayUtil by Java 8's Comparator#naturalOrder(). 2016-02-29 09:25:55 +01:00
licenses SOLR-8711: Upgrade Carrot2 clustering dependency to 3.12.0 2016-02-22 18:23:50 +01:00
memory LUCENE-7053: Remove custom comparators from BytesRef class and solely use natural byte[] comparator throughout codebase. It also replaces the natural comparator in ArrayUtil by Java 8's Comparator#naturalOrder(). 2016-02-29 09:25:55 +01:00
misc add missing delegations 2016-03-02 18:45:03 -05:00
queries LUCENE-7050: Cache TermsQuery and point queries more aggressively. 2016-02-29 11:02:57 +01:00
queryparser LUCENE-7037: Switch all exceptions tests to expectThrows() 2016-02-19 12:07:47 -05:00
replicator LUCENE-7037: Switch all exceptions tests to expectThrows() 2016-02-19 12:07:47 -05:00
sandbox LUCENE-7059: always visit 1D points in sorted order; fix tie-break but in BKDWriter; fix BKDWriter to pass on maxMBSortInHeap to the OfflineSorter too 2016-03-02 11:27:52 -05:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
spatial-extras LUCENE-7015: "fix" package-info/javadocs issues across duplicated packages. 2016-02-29 19:49:29 -05:00
spatial3d LUCENE-7051: Remove the "estimate match count" optimization from point queries. 2016-02-29 10:10:32 +01:00
suggest LUCENE-7053: Simplify code to work around Java 8u25 compiler bug 2016-03-01 18:36:54 +01:00
test-framework also add PointValues.getDocCount stat, and check it in CheckIndex 2016-03-02 18:39:57 -05:00
tools LUCENE-6989: Add preliminary support for MMapDirectory unmapping in Java 9 2016-02-15 19:57:39 +01:00
BUILD.txt
CHANGES.txt Update master version to 7.0.0 2016-03-02 02:37:33 -06: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-6971: remove MIGRATE.txt mention of StorableField, StoredDocument 2016-01-18 12:35:18 +00:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
common-build.xml LUCENE-6995, LUCENE-6938: Add branch change trigger to common-build.xml to keep sane build on GIT branch change 2016-01-26 22:06:35 +01:00
ivy-ignore-conflicts.properties
ivy-settings.xml SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
ivy-versions.properties SOLR-8711: follow-up removal of dependencies no longer used. (applying 2016-02-24 09:27:06 +01: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