lucene/lucene
Karl Wright f8f19562ee LUCENE-7970: Correct a misinterpretation of bearing direction 2017-09-25 03:06:49 -04:00
..
analysis improve exception message 2017-09-19 14:23:08 -04:00
backward-codecs Adding 6.6.1 back-compat indexes 2017-09-07 20:55:39 -07:00
benchmark LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
classification LUCENE-7950 - fixed potential NPE when no docs have the class field 2017-09-02 14:43:59 +02:00
codecs SOLR-11181: fix validate-maven-dependencies 2017-09-07 09:24:02 -04:00
core LUCENE-7392: Add point based LatLonBoundingBox as new RangeField Type. 2017-09-19 14:45:04 -05: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-7891: use a non-buggy LRU cache in Lucene's taxonomy facets, by default 2017-09-05 10:13:58 -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 LUCENE-7948: Upgrade randomizedtesting to 2.5.3 (minor fixes in test filtering for IDEs). 2017-08-31 23:34:39 +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 SOLR-11199: Support OR queries in the PayloadScoreParser and a sum function 2017-08-08 16:52:41 -07:00
queryparser LUCENE-7867: Remove deprecated Token class 2017-06-23 09:51:05 +01:00
replicator remove unused imports to fix precommit 2017-09-02 05:39:49 -04:00
sandbox LUCENE-7392: Add point based LatLonBoundingBox as new RangeField Type. 2017-09-19 14:45:04 -05: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: Spatial4j implementations using Geo3d 2017-09-20 23:09:46 -04:00
spatial3d LUCENE-7970: Correct a misinterpretation of bearing direction 2017-09-25 03:06:49 -04:00
suggest LUCENE-7968: Analyzing Suggester's comparator compares incorrectly 2017-09-17 11:37:24 -04:00
test-framework LUCENE-7392: Add point based LatLonBoundingBox as new RangeField Type. 2017-09-19 14:45:04 -05: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-7951: Spatial4j implementations using Geo3d 2017-09-20 23:09:46 -04:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01: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-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 SOLR-11181: fix validate-maven-dependencies 2017-09-07 09:24:02 -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-24 12:31:16 -04:00
ivy-versions.properties SOLR-11385: Update asciidoctor-ant version to 1.6.0-alpha.5 2017-09-21 12:27:49 -05:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06: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