lucene/lucene
Mike McCandless f870c2069c remove unused imports 2016-10-18 06:48:50 -04:00
..
analysis remove unused imports 2016-10-18 06:48:50 -04:00
backward-codecs LUCENE-7489: Better sparsity support for Lucene70DocValuesFormat. 2016-10-17 09:28:20 +02:00
benchmark LUCENE-7438: fix broken build 2016-10-08 06:17:33 -04:00
classification LUCENE-7400 - splitter should be able to group using sorted set dv 2016-07-30 07:58:25 +02:00
codecs LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
core LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
demo LUCENE-7194: Ban Math.toRadians and Math.toDegrees 2016-06-22 03:53:47 -04:00
expressions LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
facet LUCENE-7479: SimpleText should directly implement the new doc values APIs. 2016-10-07 10:59:11 +02:00
grouping LUCENE-7479: SimpleText should directly implement the new doc values APIs. 2016-10-07 10:59:11 +02:00
highlighter LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
join LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
licenses LUCENE-7458: Update license texts of dual-licensed libraries to conform to resolved ASF cases 2016-09-22 09:51:16 +02:00
memory LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
misc LUCENE-7479: SimpleText should directly implement the new doc values APIs. 2016-10-07 10:59:11 +02:00
queries LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
queryparser LUCENE-7490: SimpleQueryParser now parses '*' as MatchAllDocsQuery 2016-10-12 13:30:22 -04:00
replicator fix SimpleCopyJob.compareTo test bug 2016-08-02 05:10:24 -04:00
sandbox LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02: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-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
spatial-extras LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
spatial3d LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
suggest LUCENE-7453: Create a Lucene70Codec. 2016-10-04 10:50:34 +02:00
test-framework LUCENE-7494: Give points a per-field API. 2016-10-18 10:14:27 +02:00
tools Add extra permission for linedocsfile 2016-08-21 20:48:42 +02:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt LUCENE-6914: Fix issue ID in the change log. 2016-10-18 10:54:30 +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-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 16:33:07 +02:00
NOTICE.txt Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
build.xml LUCENE-7358: Remove redundant failonerror=true in (contrib|modules)-crawl elements. 2016-07-04 11:42:30 +01:00
common-build.xml LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on Java 9 (this changed with recent EA build b135) 2016-09-20 00:01:45 +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 Ignore the existence of a newer guice version that is an indirect dependency (4.0-beta5) than the direct dependency (3.0) 2014-09-25 04:27:59 +00:00
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