lucene/lucene
Adrien Grand cb85f2611e LUCENE-7106: Add helpers to compute aggregated stats on points. 2016-03-16 15:36:51 +01:00
..
analysis BytesRefHash.sort always sorts in unicode order 2016-02-27 10:26:20 -05:00
backward-codecs LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
benchmark LUCENE-7073: fix FieldType issues with Points 2016-03-07 19:59:17 -05:00
classification LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
codecs optimize BKD leaf block writing: use incoming sorted points to compute commonn prefix (saves one pass); remove an extra copy bytes 2016-03-13 05:31:49 -04:00
core LUCENE-7106: Add helpers to compute aggregated stats on points. 2016-03-16 15:36:51 +01:00
demo LUCENE-7061: fix remaining api issues with XYZPoint classes 2016-03-02 17:29:51 -05:00
expressions LUCENE-7037: Switch all exceptions tests to expectThrows() 2016-02-19 12:07:47 -05:00
facet LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
grouping LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
highlighter LUCENE-7064: Split MultiPhraseQuery into an immutable class and a Builder 2016-03-04 14:21:42 +01:00
join LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
licenses LUCENE-7060: Spatial4j 0.6 upgrade. Package com.spatial4j.core -> org.locationtech.spatial4j 2016-03-02 21:08:43 -05:00
memory LUCENE-7093: Added point values support to the memory index 2016-03-15 13:13:40 +01:00
misc LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
queries fix test bug: this test expects single segment index 2016-03-14 10:42:25 -04:00
queryparser LUCENE-7089, LUCENE-7075: add points to flexible queryparser to replace legacy numerics support 2016-03-09 21:06:04 -05:00
replicator LUCENE-7037: Switch all exceptions tests to expectThrows() 2016-02-19 12:07:47 -05:00
sandbox remove obselete warning: this sort makes bounding boxes for you 2016-03-16 09:31:20 -04:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial add randomized test for GeoUtils.circleToBBox 2016-03-04 16:54:44 -05:00
spatial-extras LUCENE-7090, LUCENE-7075: deprecate single-valued LegacyNumerics fieldcaching, provide Points-based replacement. 2016-03-10 08:30:40 -05:00
spatial3d LUCENE-7085: PointRangeQuery.equals sometimes returns false even if queries were in fact equal 2016-03-09 10:07:52 -05:00
suggest improve testing for sparse points 2016-03-08 15:22:56 -05:00
test-framework LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points 2016-03-10 16:36:00 -05:00
tools LUCENE-7089, LUCENE-7075: add points to flexible queryparser to replace legacy numerics support 2016-03-09 21:06:04 -05:00
BUILD.txt
CHANGES.txt LUCENE-7109: LatLonPoint.newPolygonQuery should use two-phase iterator 2016-03-16 09:26:47 -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-7076: Improve MIGRATE.txt/Point javadocs 2016-03-08 06:21:43 -05:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml Update URL to Lucene's KEYS file 2016-03-07 11:23:03 +01:00
common-build.xml SOLR-8789: Remove the *Tests regular expression from the build xml, and instead rename CollectionsAPISolrJTests to CollectionsAPISolrJTest 2016-03-04 16:36:23 -08:00
ivy-ignore-conflicts.properties
ivy-settings.xml SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
ivy-versions.properties LUCENE-7060: Spatial4j 0.6 upgrade. Package com.spatial4j.core -> org.locationtech.spatial4j 2016-03-02 21:08:43 -05:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
version.properties Adding version 6.1.0 2016-03-03 15:31:59 +05:30

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