lucene/lucene
Alan Woodward b5571031ca LUCENE-8042: Fix precommit and CHANGES 2017-11-10 17:11:59 +00:00
..
analysis SOLR-11490: Undo since tags for pre-3.1 classes 2017-10-22 22:50:11 -04:00
backward-codecs Add 6.6.2 back compat test indexes. 2017-10-26 17:13:26 -04:00
benchmark LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
classification LUCENE-7991: KNearestNeighborDocumentClassifier.knnSearch no longer applies a previous boosted field's factor to subsequent unboosted fields. 2017-10-18 13:18:40 +01:00
codecs LUCENE-8007: Make scoring statistics mandatory 2017-11-02 23:02:21 -04:00
core LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
facet LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
grouping LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
highlighter LUCENE-8007: Make scoring statistics mandatory 2017-11-02 23:02:21 -04:00
join LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
licenses LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy jars in ~/.ant/lib/. 2017-11-02 18:27:19 -04:00
memory LUCENE-7890: The `SortedSetDocValues` and `SortedNumericDocValues` instances returned by the MemoryIndex should support subsequent `advanceExact(0)` invocations. 2017-06-29 15:03:44 +02:00
misc LUCENE-8014: Remove deprecated SimScorer methods 2017-11-10 09:43:18 +00:00
queries LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
queryparser LUCENE-8038: Remove deprecated PayloadScoreQuery methods 2017-11-09 14:05:34 +00:00
replicator make ReplicaNode.finishNRTCopy protected so subclasses can customize; this is helpful for replication a sidecar taxonomy index 2017-11-02 06:21:59 -04:00
sandbox LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05:00
spatial-extras LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
spatial3d LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
suggest LUCENE-8042: Fix precommit and CHANGES 2017-11-10 17:11:59 +00:00
test-framework LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
tools LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02:00
BUILD.txt
CHANGES.txt LUCENE-8042: Fix precommit and CHANGES 2017-11-10 17:11:59 +00:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8014: Remove deprecated SimScorer methods 2017-11-10 09:43:18 +00:00
NOTICE.txt LUCENE-7490: Added bengali language analyzer 2017-08-24 18:05:22 +06:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml SOLR-11181: fix validate-maven-dependencies 2017-09-07 09:24:02 -04:00
common-build.xml LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny on Java 9+ 2017-11-04 19:56:57 +01:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-27 11:34:10 +05:30
ivy-versions.properties LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy jars in ~/.ant/lib/. 2017-11-02 18:27:19 -04:00
module-build.xml
top-level-ivy-settings.xml
version.properties Solr 7.0 release, bumping up version to 8 on master 2017-06-30 10:40:27 -07: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