lucene/lucene
David Smiley abc393dbfd LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms.
Optimized MultiFields.getTerms.
2017-06-15 00:59:01 -04:00
..
analysis LUCENE-7866: Apply changes also to cloned test (TODO: fix this!) 2017-06-11 14:25:03 +02:00
backward-codecs LUCENE-7876 avoid leafReader.fields 2017-06-13 22:44:04 -04:00
benchmark LUCENE-7815: Removed the PostingsHighlighter 2017-05-23 14:39:51 -04:00
classification SOLR-10042, LUCENE-7838: Fix precommit 2017-05-18 17:11:40 -07:00
codecs LUCENE-7796: Make IOUtils.reThrow idiom declare Error return type so 2017-04-28 12:17:21 +02:00
core LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms. 2017-06-15 00:59:01 -04:00
demo add missing javadoc 2017-02-18 08:34:09 -05:00
expressions LUCENE-7800: Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack). 2017-05-18 16:39:47 +02:00
facet LUCENE-7741: Add explain() to DoubleValuesSource 2017-05-10 08:29:55 +01:00
grouping LUCENE-7701: Refactor grouping collectors 2017-04-10 11:10:18 +01:00
highlighter LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms. 2017-06-15 00:59:01 -04:00
join LUCENE-7810: Fix numeric join equals test failure. 2017-05-24 09:50:36 +02:00
licenses LUCENE-7841: Normalize ґ to г in Ukrainian analyzer 2017-05-25 14:09:36 +02:00
memory LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms. 2017-06-15 00:59:01 -04:00
misc LUCENE-7864: IndexMergeTool is not using intermediate hard links (even if possible) 2017-06-08 08:35:18 +02:00
queries LUCENE-7876 avoid leafReader.fields 2017-06-13 22:44:04 -04:00
queryparser LUCENE-7821: The classic and flexible query parsers, as well as Solr's 'lucene'/standard query parser, should require ' TO ' in range queries, and accept 'TO' as endpoints in range queries. 2017-05-14 11:31:22 -04:00
replicator LUCENE-7811: add concurrent SortedSet facets implementation 2017-05-04 15:16:05 -04:00
sandbox LUCENE-7876 avoid leafReader.fields 2017-06-13 22:44:04 -04:00
site LUCENE-7543: Treat product name passed into changes2html.pl case-insensitively, and validate that the product name is either 'lucene' or 'solr' 2017-01-25 13:00:20 -05:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05:00
spatial-extras LUCENE-7845: spatial-extras undo optimize; don't consider any rect or circle to be a point 2017-06-05 12:44:51 -04:00
spatial3d LUCENE-7853: Return the public interface, not the private implementation 2017-05-31 15:03:44 -04:00
suggest Fixed a couple of typos (s/begining/beginning). 2017-05-26 10:10:01 +01:00
test-framework LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms. 2017-06-15 00:59:01 -04:00
tools LUCENE-7746: precommit to ignore less and (potentially) error more 2017-04-12 10:03:38 +01:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms. 2017-06-15 00:59:01 -04: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-7850: Move support for legacy numerics to solr/. 2017-05-30 10:33:08 +02:00
NOTICE.txt LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt and solr/LICENSE.txt files 2017-06-02 10:36:07 +01: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-7727: Replace end-of-life Markdown parser "Pegdown" by "Flexmark" for compatibility with Java 9 2017-03-02 17:43:44 +01:00
common-build.xml SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e) 2017-04-03 22:00:08 -03:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
ivy-versions.properties SOLR-10744: Update noggit to newer version (0.8) 2017-06-01 15:13:00 +09:30
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