lucene/lucene
Kevin Risden 7a9a6ef79e
SOLR-14077: Hadoop shouldn't need to look for metrics config in user home
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-13 22:08:48 -05:00
..
analysis LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
backward-codecs Add back-compat indices for 8.3.1 2019-12-04 10:17:27 +05:30
benchmark SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
classification LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
codecs LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
core LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
demo LUCENE-9029: Deprecate SloppyMath toRadians/toDegrees in favor of Java Math 2019-11-13 18:31:38 +01:00
expressions SOLR-12881: Remove unneeded import statements 2018-11-14 17:48:15 -08:00
facet SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
grouping LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. 2019-12-09 13:09:44 +00:00
highlighter LUCENE-9062: QueryVisitor.consumeTermsMatching (#1037) 2019-11-27 16:28:19 +00:00
join SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
licenses SOLR-14026: Upgrade Jetty to 9.4.24.v20191120 and dropwizard to 4.1.2 2019-12-13 10:01:37 -05:00
luke LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure 2019-10-05 17:15:10 +09:00
memory SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
misc LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
monitor LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 18:36:19 +02:00
queries LUCENE-9073: IntervalQuery expose field on toString and explain 2019-12-02 19:12:05 +03:00
queryparser SOLR-13952: reverting Erick's commit (with permission). 2019-11-25 17:56:20 +01:00
replicator LUCENE-9076: give replicator its own policy rather than reusing solr policy 2019-12-02 06:55:02 -05:00
sandbox LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
site
spatial
spatial-extras Remove slf4j from dependencies. Clean up dangling files. 2019-12-13 15:13:48 +01:00
spatial3d LUCENE-9027: Use SIMD instructions to decode postings. (#973) 2019-11-18 19:08:32 +01:00
suggest LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
test-framework LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
tools SOLR-14077: Hadoop shouldn't need to look for metrics config in user home 2019-12-13 22:08:48 -05:00
BUILD.txt LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
CHANGES.txt LUCENE-9092: Upgrade randomizedtesting to 2.7.5 and Carrot2 to 3.16.2 2019-12-13 15:13:26 +01:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder. 2019-12-13 14:37:54 +01:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2019-01-03 18:46:30 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738) 2019-04-16 14:00:09 +02:00
build.xml Correct regexes normalizing jar filenames so that the resulting licenses are consistent with gradle (which will use proper artifact name, not a chain of regexes). 2019-12-12 19:26:46 +01:00
common-build.xml SOLR-14064: remove some hadoop brain damage from build environment 2019-12-13 03:54:06 -05:00
default-nested-ivy-settings.xml LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too 2019-10-01 19:19:42 +02:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:15:57 +09:00
ivy-versions.properties SOLR-14026: Upgrade Jetty to 9.4.24.v20191120 and dropwizard to 4.1.2 2019-12-13 10:01:37 -05:00
module-build.xml LUCENE-9090: remove ant runtime pollution from tests classpath 2019-12-11 20:23:35 -05:00
top-level-ivy-settings.xml
version.properties Move to version 9.0.0 2019-01-07 13:04:01 +00: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