lucene/lucene
Karl Wright cbd4b671ff Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-16 10:44:08 -04:00
..
analysis SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-10 10:58:15 -08:00
backward-codecs Add 6.6.3 back compat test indexes 2018-03-06 14:51:03 -05:00
benchmark LUCENE-8170: Remove empty class file (Clover output) 2018-02-12 00:29:42 +01:00
classification Revert "LUCENE-8115: remove one TODO-on-its-own javadoc." 2018-01-08 20:18:45 +00:00
codecs Remove dead codec code. 2018-02-20 19:15:00 +01:00
core LUCENE-8205: Rethrow even if no inner exception happens 2018-03-15 15:44:55 +01:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
facet LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
grouping TestGrouping.testRandom() requires BM25Similarity 2018-03-14 14:59:36 +00:00
highlighter LUCENE-8145: FieldOffsetStrategy.getOffsetEnum() now returns a single MultiOffsetsEnum 2018-02-02 09:41:08 +00:00
join LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
licenses LUCENE-8126: fixed jar checksum 2018-03-02 15:41:57 +01:00
memory LUCENE-8031: DOCS_ONLY fields set incorrect length norm 2018-02-24 11:21:53 -05:00
misc SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-03 21:42:14 -08:00
queries LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
queryparser LUCENE-8097: Implement maxScore() on disjunctions. 2017-12-26 14:19:26 +01:00
replicator LUCENE-8176: await HttpReplicatorTest completion for a minute. 2018-03-11 10:01:09 +03:00
sandbox LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05:00
spatial-extras LUCENE-8126: Add "s2" to SpatialPrefixTreeFactory lookup table 2018-03-05 10:52:02 -05:00
spatial3d LUCENE-8211: Handle the case where we've got a full-half-world single-plane path in GeoComplexPolygon. 2018-03-16 10:43:54 -04:00
suggest SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-03 21:42:14 -08:00
test-framework LUCENE-8191: if a tokenstream has broken offsets, its broken. IndexWriter always checks, so a separate whitelist can't work 2018-03-04 11:23:45 -05:00
tools SOLR-11920: Differential file copy for IndexFetcher 2018-03-15 19:31:15 +05:30
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt SOLR-10912: Add scripts for automatic patch validation 2018-03-15 12:31:59 -04:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04: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-8134: Index options are no longer automatically downgraded. 2018-02-15 15:13:58 +01:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2018-01-30 12:58: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-8169: Migrate build to use OpenClover 4.2.1 for checking code coverage 2018-02-11 10:49:01 +01:00
common-build.xml SOLR-12028: BadApple and AwaitsFix annotations usage 2018-02-26 20:35:12 -08: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-27 11:34:10 +05:30
ivy-versions.properties SOLR-11795: Add Solr metrics exporter for Prometheus 2018-03-05 15:36:32 +09:00
module-build.xml LUCENE-7966: Build Multi-Release JARs to enable usage of optimized intrinsic methods from Java 9 for index bounds checking and array comparison/mismatch 2018-02-03 09:17:59 +01: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 Solr 7.0 release, bumping up version to 8 on master 2017-06-30 10:40:27 -07: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