lucene/lucene
Adrien Grand 72914198e6 LUCENE-7330: Speed up conjunctions. 2016-06-13 17:27:44 +02:00
..
analysis LUCENE-7329: Simplify CharacterUtils. 2016-06-13 15:24:22 +02:00
backward-codecs LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
benchmark LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
classification LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
codecs LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
core LUCENE-7330: Speed up conjunctions. 2016-06-13 17:27:44 +02:00
demo LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
expressions LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
facet LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
grouping LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
highlighter LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
join LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
licenses LUCENE-7334: Update ASM dependency to 5.1 2016-06-12 14:20:56 +02:00
memory LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
misc LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
queries LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
queryparser LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
replicator LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
sandbox LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial remove unused GeoPointTestUtil 2016-06-10 12:53:07 -05:00
spatial-extras LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:36:07 -04:00
spatial3d LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
suggest LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
test-framework LUCENE-7319: remove one more unused import 2016-06-13 11:11:02 +01:00
tools LUCENE-7320: fail precommit on unusedImport 2016-06-13 10:44:30 +01:00
BUILD.txt
CHANGES.txt LUCENE-7330: Speed up conjunctions. 2016-06-13 17:27:44 +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-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:33: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:07:14 -04:00
common-build.xml LUCENE-7296: Update forbiddenapis to version 2.1 2016-05-23 00:16:47 +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 LUCENE-7334: Update ASM dependency to 5.1 2016-06-12 14:20:56 +02: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