lucene/lucene
Steve Rowe dabb9ed325 LUCENE-7995: 'ant stage-maven-artifacts' should work from the top-level project directory, and should provide a better error message when its 'maven.dist.dir' param points to a non-existent directory 2017-10-16 16:00:14 -04:00
..
analysis LUCENE-5753: Refresh UAX29URLEmailTokenizer's TLD list 2017-10-06 13:05:59 -04:00
backward-codecs dd 7.0.1 backcompat test indexes 2017-10-05 21:06:37 -04:00
benchmark LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
classification LUCENE-7981 - CTB should check that CR is not null 2017-09-29 15:34:52 +02:00
codecs SOLR-11181: fix validate-maven-dependencies 2017-09-07 09:24:02 -04:00
core add assertions to validate usage of FieldInfos Builder API 2017-10-16 07:05:41 -04:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-7800: Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack). 2017-05-18 16:39:47 +02:00
facet LUCENE-7972: DirectoryTaxonomyReader now implements Accountable 2017-10-04 10:52:53 -04:00
grouping LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
highlighter LUCENE-7901 2017-07-18 10:58:08 -04:00
join LUCENE-7897: IndexOrDocValuesQuery now requires the range cost to be more than 8x greater than the cost of the lead iterator in order to use doc values. 2017-08-10 12:10:44 +02:00
licenses Remove unused sha1. 2017-10-09 09:40:03 +02: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-7864: IndexMergeTool is not using intermediate hard links (even if possible) 2017-06-08 08:35:18 +02:00
queries no Jira - minor generics / code constructs fixes in MLT 2017-09-29 15:34:52 +02:00
queryparser SOLR-11477: Disallow resolving of external entities in Lucene queryparser/xml/CoreParser and SolrCoreParser (defType=xmlparser or {!xmlparser ...}) by default. 2017-10-13 12:51:19 +01:00
replicator LUCENE-7983: IndexWriter.IndexReaderWarmer is now a functional interface instead of an abstract class with a single method. 2017-10-04 10:59:16 +02:00
sandbox LUCENE-7974: nearest() method returning NearestHit should be private, and NearestHit class should be package private 2017-10-02 10:39:31 -04: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-7951: add back Geo3dShape.toString 2017-10-09 22:24:06 -04:00
spatial3d LUCENE-7970: Remove restriction on maximum cutoff angle, since it's really a radius. 2017-09-27 04:41:08 -04:00
suggest LUCENE-7968: Analyzing Suggester's comparator compares incorrectly 2017-09-17 11:37:24 -04:00
test-framework LUCENE-7983: IndexWriter.IndexReaderWarmer is now a functional interface instead of an abstract class with a single method. 2017-10-04 10:59:16 +02: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 Adding 6.6.2 CHANGES.txt entries 2017-10-15 05:52:27 +05:30
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02: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-7995: 'ant stage-maven-artifacts' should work from the top-level project directory, and should provide a better error message when its 'maven.dist.dir' param points to a non-existent directory 2017-10-16 16:00:14 -04: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 tika's default was switched to "process embedded" -- need to send EmptyParser 2017-10-10 08:23:59 -04:00
module-build.xml
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