lucene/lucene
Erick Erickson 1d85cd7838 SOLR-12513 Reproducing TestCodecSupport.testMixedCompressionMode failure 2018-06-25 15:17:40 -07:00
..
analysis LUCENE-8366: Upgrade to ICU 62.1 2018-06-21 20:09:13 -04:00
backward-codecs Add 7.4.0 bw indices. 2018-06-22 13:31:42 +02:00
benchmark LUCENE-8170: Remove empty class file (Clover output) 2018-02-12 00:29:42 +01:00
classification LUCENE-7690: Add preserveOriginal option to the NGram and EdgeNGram filters 2018-06-04 21:24:20 -04:00
codecs LUCENE-8165: Ban copyOf and copyOfRange. 2018-06-07 10:08:21 +02:00
core LUCENE-8237: Correct handling of position increments in sub-tokenstreams 2018-06-18 09:57:38 +01:00
demo LUCENE-8291: Remove untested/unmaintained demo webapp 2018-05-16 09:25:26 +02:00
expressions LUCENE-8165: Ban copyOf and copyOfRange. 2018-06-07 10:08:21 +02:00
facet LUCENE-8310: Remove supporess WindowsFS 2018-05-16 12:36:33 +02:00
grouping LUCENE-8242: Deprecate createNormalizedWeight 2018-04-09 15:07:04 +01:00
highlighter LUCENE-8365: Fix ArrayIndexOutOfBoundsException in UnifiedHighlighter 2018-06-20 16:49:49 +02:00
join LUCENE-8229: Add Weight.matches() to iterate over match positions 2018-04-11 09:43:27 +01:00
licenses SOLR-12468: Upgrade Jetty to 9.4.11.v20180605 2018-06-25 19:02:06 +05:30
memory LUCENE-8335: Enforce soft-deletes field up-front 2018-06-04 08:28:38 +02:00
misc LUCENE-8341: Record soft deletes in SegmentCommitInfo 2018-06-04 15:05:12 +02:00
queries LUCENE-8357: Fix function score explanations 2018-06-14 11:07:30 +01:00
queryparser LUCENE-8291: Remove QueryTemplateManager utility class from XML queryparser 2018-05-15 23:34:59 +02:00
replicator LUCENE-8310: Ensure IndexFileDeleter accounts for pending deletes 2018-05-16 11:17:43 +02:00
sandbox LUCENE-8165: Ban copyOf and copyOfRange. 2018-06-07 10:08:21 +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-8165: Ban copyOf and copyOfRange. 2018-06-07 10:08:21 +02:00
spatial3d LUCENE-8363: Interpolate should yield points on the ellipsoid. 2018-06-19 02:31:40 -04:00
suggest LUCENE-8344: TokenStreamToAutomaton doesn't ignore trailing posInc when preservePositionIncrements=false 2018-06-13 23:35:44 -04:00
test-framework LUCENE-8237: Correct handling of position increments in sub-tokenstreams 2018-06-18 09:57:38 +01:00
tools SOLR-12513 Reproducing TestCodecSupport.testMixedCompressionMode failure 2018-06-25 15:17:40 -07:00
BUILD.txt
CHANGES.txt LUCENE-8366: Upgrade to ICU 62.1 2018-06-21 20:09:13 -04: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-7444: StandardAnalyzer not longer uses english stopwords by default 2018-06-13 11:38:16 +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 LUCENE-8291: Remove untested/unmaintained demo webapp 2018-05-16 09:25:26 +02:00
ivy-versions.properties SOLR-12468: Upgrade Jetty to 9.4.11.v20180605 2018-06-25 19:02:06 +05:30
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 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