lucene/lucene
Karl Wright 08ca33f57e LUCENE-7430: Add some explicit delta for bounds objects that corresponds to point resolution in doc values. 2016-10-02 15:17:58 -04:00
..
analysis simplify test to use CannedTokenStream 2016-08-25 12:07:53 -04:00
backward-codecs remove unnecessary deprecated classes 2016-08-25 12:20:29 -04:00
benchmark LUCENE-7367: Upgrade TestQualityRun to bm25. 2016-07-04 09:08:57 +02:00
classification LUCENE-7400 - splitter should be able to group using sorted set dv 2016-07-30 07:58:25 +02:00
codecs LUCENE-7390: revert this change, since it's obsoleted by the much better LUCENE-7396 2016-07-29 14:02:00 -04:00
core remove deprecated IndexWriter.isLocked() 2016-08-25 12:34:38 -04:00
demo LUCENE-7194: Ban Math.toRadians and Math.toDegrees 2016-06-22 03:53:47 -04:00
expressions LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
facet LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:21:36 -04:00
grouping LUCENE-7356: SearchGroup tweaks (initialCapacity, size==0 vs. isEmpty) 2016-06-28 12:42:11 +01:00
highlighter update JDK bug link 2016-08-22 21:36:57 -04:00
join LUCENE-7418: remove deprecated legacy numerics from join/ and queryparser/ 2016-08-22 08:39:13 -04:00
licenses SOLR-8981 clean up license and sha1 info 2016-06-16 15:36:52 -04:00
memory LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
misc LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
queries LUCENE-7161: remove unused import 2016-08-15 10:44:52 -04:00
queryparser LUCENE-7418: remove deprecated legacy numerics from join/ and queryparser/ 2016-08-22 08:39:13 -04:00
replicator fix SimpleCopyJob.compareTo test bug 2016-08-02 05:10:24 -04:00
sandbox make javadoc less confusing 2016-08-24 13:23:02 -04:00
site Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:13:14 -04:00
spatial LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:21:36 -04:00
spatial-extras LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
spatial3d LUCENE-7430: Add some explicit delta for bounds objects that corresponds to point resolution in doc values. 2016-10-02 15:17:58 -04:00
suggest LUCENE-7368: Remove queryNorm. 2016-07-12 14:38:36 +02:00
test-framework LUCENE-7426: remove deprecated DataInput/Output map/string methods 2016-08-25 12:02:52 -04:00
tools Add extra permission for linedocsfile 2016-08-21 20:48:42 +02:00
BUILD.txt
CHANGES.txt LUCENE-7416: Rewrite optimizations for BooleanQuery. 2016-08-25 15:48:50 +02: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-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 16:33:07 +02:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-7358: Remove redundant failonerror=true in (contrib|modules)-crawl elements. 2016-07-04 11:42:30 +01:00
common-build.xml Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help. 2016-07-07 10:15:40 +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:20:39 +02:00
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-9200: Add Delegation Token Support to Solr 2016-07-28 12:59:05 -04: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 Update master version to 7.0.0 2016-03-02 02:37:33 -06: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