lucene/lucene
Mike McCandless 5dfaf0392f LUCENE-7132: BooleanQuery sometimes assigned the wrong score when ranges of documents had only one clause matching while other ranges had more than one clause matchng 2016-06-06 10:36:46 -04:00
..
analysis LUCENE-7279: don't throw AIOOBE on some valid inputs 2016-05-12 05:55:32 -04:00
backward-codecs Add 6.0.1 back compat test indexes 2016-05-28 09:26:59 -04:00
benchmark Revert and fix "LUCENE-7293: don't try to highlight GeoPoint queries" 2016-05-21 00:29:52 +02:00
classification LUCENE-7305 - use macro average in confusion matrix metrics, removed unused import in datasplitter 2016-05-26 16:25:11 +02:00
codecs LUCENE-7264: Fewer conditionals in DocIdSetBuilder. 2016-04-29 10:45:17 +02:00
core LUCENE-7132: BooleanQuery sometimes assigned the wrong score when ranges of documents had only one clause matching while other ranges had more than one clause matchng 2016-06-06 10:36:46 -04: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 LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02: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-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
join LUCENE-7297: Clean up ArrayUtil. 2016-05-25 17:05:09 +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-7300: fix test bug to ensure the newly created file is in fact written through to the underlying filesystem even if NRTCachingDirectory is used 2016-05-30 06:37:19 -04:00
queries LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
queryparser LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
replicator SOLR-8933: Solr should not close container streams. 2016-05-03 10:23:37 -04:00
sandbox LUCENE-7289: Fix test bug, 65520 gets rounded to +Infinity too. 2016-05-30 07:52:54 +02:00
site
spatial LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
spatial-extras LUCENE-7278: Get Clover working again 2016-05-27 13:50:43 -04:00
spatial3d LUCENE-7312: fix geo3d's encoding to always round down 2016-06-04 18:17:21 -04:00
suggest LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
test-framework LUCENE-7132: BooleanQuery sometimes assigned the wrong score when ranges of documents had only one clause matching while other ranges had more than one clause matchng 2016-06-06 10:36:46 -04:00
tools LUCENE-7300: Add HardLinkCopyDirectoryWrapper to speed up file copying if hardlinks are applicable 2016-05-26 10:43:30 +02:00
BUILD.txt
CHANGES.txt LUCENE-7132: BooleanQuery sometimes assigned the wrong score when ranges of documents had only one clause matching while other ranges had more than one clause matchng 2016-06-06 10:36: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
MIGRATE.txt LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file. 2016-05-17 10:08:41 -04:00
common-build.xml LUCENE-7296: Update forbiddenapis to version 2.1 2016-05-23 00:18:42 +02:00
default-nested-ivy-settings.xml LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:25:28 +02:00
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-9147: using BAOS from commons io 2.5 in EmbeddedSolrServer to avoid array resize. 2016-05-23 00:15:46 +03: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:29:04 +02: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