lucene/lucene
Adrien Grand 666f93ad4f LUCENE-4198: Fix propagation of flags in SimpleTextPostingsFormat. 2018-02-02 14:00:07 +01:00
..
analysis LUCENE-8124: Add missing file. 2018-01-22 08:48:59 +01:00
backward-codecs Add 7.2.1 back compat test indexes 2018-01-15 10:57:22 +01:00
benchmark LUCENE-8059: Fold early termination support into TopFieldCollector. 2017-11-29 18:09:38 +01:00
classification Revert "LUCENE-8115: remove one TODO-on-its-own javadoc." 2018-01-08 20:18:45 +00:00
codecs LUCENE-4198: Fix propagation of flags in SimpleTextPostingsFormat. 2018-02-02 14:00:07 +01:00
core LUCENE-4198: Make MultiTermsEnum implement impacts. 2018-01-31 16:46:19 +01:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-8012: Explanation takes Number rather than float 2018-01-02 11:06:59 +00:00
facet LUCENE-8104: Remove facet module compile-time dependency on queries 2017-12-20 13:22:12 +00:00
grouping LUCENE-8010: GroupingSearchTest assumes longer fields = lower scores 2018-01-02 11:06:59 +00:00
highlighter LUCENE-8145: FieldOffsetStrategy.getOffsetEnum() now returns a single MultiOffsetsEnum 2018-02-02 09:41:08 +00:00
join LUCENE-8119: Remove SimScorer.maxScore(float maxFreq). 2018-01-09 14:42:16 +01:00
licenses SOLR-11810: Upgrade Jetty to 9.4.8 2018-01-16 12:14:03 -08:00
memory LUCENE-4198: Give codecs the opportunity to index impacts. 2018-01-31 14:54:52 +01:00
misc LUCENE-8116: SimScorer now only takes a frequency and a norm as per-document scoring factors. 2018-01-04 15:13:36 +01:00
queries LUCENE-8119: Remove SimScorer.maxScore(float maxFreq). 2018-01-09 14:42:16 +01:00
queryparser LUCENE-8097: Implement maxScore() on disjunctions. 2017-12-26 14:19:26 +01:00
replicator SOLR-11810: Upgrade Jetty to 9.4.8 2018-01-16 12:14:03 -08:00
sandbox LUCENE-4198: Give codecs the opportunity to index impacts. 2018-01-31 14:54:52 +01: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-8012: Explanation takes Number rather than float 2018-01-02 11:06:59 +00:00
spatial3d LUCENE-8141: Do a better job of making sure polygon points are not coplanar. Committed on behalf of Ignacio Vera. 2018-01-31 08:20:58 -05:00
suggest LUCENE-4198: Give codecs the opportunity to index impacts. 2018-01-31 14:54:52 +01:00
test-framework LUCENE-4198: Give codecs the opportunity to index impacts. 2018-01-31 14:54:52 +01: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-8145: FieldOffsetStrategy.getOffsetEnum() now returns a single MultiOffsetsEnum 2018-02-02 09:41:08 +00:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04: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-8099: Update MIGRATE.txt 2018-01-05 10:12:03 +00:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2018-01-30 12:58:12 +00: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 SOLR-11389: Fix test failures resulting from SOLR-11218 2018-01-13 11:16:51 -08: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-11658: Upgrade ZooKeeper dependency to 3.4.11 2018-01-28 19:34:49 -08:00
module-build.xml LUCENE-2899: Add OpenNLP Analysis capabilities as a module 2017-12-15 11:24:18 -05:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:28:09 +02:00
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