lucene/lucene
Karl Wright 65dc8ed2ae Separate point filtering from edge filtering. 2016-04-28 20:23:45 -04:00
..
analysis LUCENE-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:14:19 -04:00
backward-codecs adds 6.0.0 back compat test indexes 2016-04-08 14:19:38 -05:00
benchmark LUCENE-7073: fix FieldType issues with Points 2016-03-07 19:59:17 -05:00
classification Fix javadoc generation. 2016-04-11 12:57:16 -04:00
codecs LUCENE-7121: don't write ord for single-valued points, saving 4 bytes per point 2016-03-20 09:17:09 -04:00
core LUCENE-7261: Speed up LSBRadixSorter. 2016-04-28 18:26:58 +02:00
demo fix wrong description of how to run IndexFiles demo 2016-04-07 05:29:39 -04:00
expressions LUCENE-7158: use the same value (from WGS84) for earth's mean radius when we approximate it as a sphere 2016-04-01 05:41:19 -04:00
facet fix rare test bug 2016-04-11 05:25:08 -04: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-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:14:19 -04:00
join LUCENE-7187: Block join queries' Weight#extractTerms(...) implementations should delegate to the wrapped weight. 2016-04-11 09:22:20 +02:00
licenses LUCENE-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:42:17 +02:00
memory LUCENE-7238: Explicitly disable the query cache in MemoryIndex.createSearcher. 2016-04-21 17:02:31 +02:00
misc LUCENE-7145: consolidate polygon range checks, tests, box usage. make cannot -> must not consistent so we can test this stuff. 2016-03-28 14:14:19 -04:00
queries LUCENE-7243: Removed the LeafReaderContext parameter from QueryCachingPolicy#shouldCache. 2016-04-22 13:09:46 +02:00
queryparser LUCENE-7252: add TestCoreParser.testTermQueryEmptyXML test 2016-04-26 18:32:06 +01:00
replicator LUCENE-7218: remove wrong comment 2016-04-14 05:56:11 -04:00
sandbox LUCENE-7259: speed up MatchingPoints cost estimation 2016-04-27 12:03:00 -04:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-7251: remove LatLonGrid, remove slow polygon methods, speed up multiple components 2016-04-25 15:39:18 -04:00
spatial-extras Fix test to recognize null polygon response. 2016-04-19 12:07:33 -04:00
spatial3d Separate point filtering from edge filtering. 2016-04-28 20:23:45 -04:00
suggest LUCENE-7141: switch OfflineSorter's ByteSequencesReader to BytesRefIterator 2016-03-26 03:47:30 -04:00
test-framework LUCENE-7251: remove LatLonGrid, remove slow polygon methods, speed up multiple components 2016-04-25 15:39:18 -04: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-7261: Speed up LSBRadixSorter. 2016-04-28 18:26:58 +02: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 Update tools for maximum Java 9 compatibility (especially Groovy) 2016-03-20 12:02:14 +01: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-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:42:17 +02: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