lucene/lucene
Adrien Grand ad0ad2ec89 LUCENE-8295: Remove useless liveDocsSharedPending flag. 2018-05-04 14:38:42 +02:00
..
analysis LUCENE-8231: Add missing part of speech filter in the SPI META-INF file 2018-05-03 16:11:52 +02:00
backward-codecs Add 7.3.0 back-compat test indexes 2018-04-04 22:46:17 +01:00
benchmark LUCENE-8170: Remove empty class file (Clover output) 2018-02-12 00:29:42 +01:00
classification LUCENE-8223 - remove time dependent checks in performance test 2018-03-27 10:14:55 +02:00
codecs LUCENE-8142: Make postings APIs expose raw impacts rather than scores. 2018-05-02 14:49:32 +02:00
core LUCENE-8295: Remove useless liveDocsSharedPending flag. 2018-05-04 14:38:42 +02:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
facet LUCENE-8275: Fix TestDirectoryTaxonomyWriter.testRecreateAndRefresh 2018-04-30 12:08:16 +02:00
grouping LUCENE-8242: Deprecate createNormalizedWeight 2018-04-09 15:07:04 +01:00
highlighter LUCENE-8283: Minor javadoc correction in UH FieldOffsetStrategy 2018-04-29 22:28:56 -04:00
join LUCENE-8229: Add Weight.matches() to iterate over match positions 2018-04-11 09:43:27 +01:00
licenses LUCENE-8175: upgrade icu4j to 61.1 which fixes concurrency issue 2018-03-26 19:02:44 -04:00
memory LUCENE-8142: Make postings APIs expose raw impacts rather than scores. 2018-05-02 14:49:32 +02:00
misc Add suppresscodec to avoid OOM on nightly runs. 2018-04-20 11:32:38 +02:00
queries LUCENE-8229: Add Weight.matches() to iterate over match positions 2018-04-11 09:43:27 +01:00
queryparser LUCENE-8097: Implement maxScore() on disjunctions. 2017-12-26 14:19:26 +01:00
replicator LUCENE-8275: Push up #checkPendingDeletes to Directory 2018-04-25 16:46:25 +02:00
sandbox LUCENE-8142: Make postings APIs expose raw impacts rather than scores. 2018-05-02 14:49:32 +02: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-8247: Increase the circle precision for test Geo3dShapeWGS84ModelRectRelationTest 2018-04-10 10:02:14 +02:00
spatial3d LUCENE-8280: Reorganize to allow us to try lots of strategies until we get one. 2018-04-30 06:12:31 -04:00
suggest SOLR-10513: Implement .equals() for LuceneLevenshteinDistance. 2018-04-13 11:12:46 -05:00
test-framework LUCENE-8142: Fix QueryUtils to only call getMaxScore when it is legal to do so. 2018-05-02 17:42:18 +02:00
tools SOLR-12154: Disallow explicit usage of Log4j2 logger via forbidden APIs 2018-04-03 18:21:14 -07:00
BUILD.txt
CHANGES.txt LUCENE-8279: CheckIndex now cross-checks terms with norms. 2018-05-02 14:49:32 +02:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8242: Remove IndexSearcher.createNormalizedWeight 2018-04-09 15:07:04 +01:00
NOTICE.txt LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean 2018-04-13 11:26:42 +02:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-8169: Migrate build to use OpenClover 4.2.1 for checking code coverage 2018-02-11 10:49:01 +01:00
common-build.xml LUCENE-8230: Upgrade forbiddenapis to version 2.5 2018-03-28 20:06:54 +02: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 SOLR-10036: Upgrade jackson from 2.5.4 to 2.9.5 2018-04-28 16:56:06 -07:00
module-build.xml LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean 2018-04-13 11:26:42 +02:00
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