lucene/lucene
Uwe Schindler 0ba2d58371 Update flexmark to latest version 2019-04-20 01:13:49 +02:00
..
analysis LUCENE-8752: Add license header to patch file 2019-04-14 02:02:13 +02:00
backward-codecs Adding 6.6.6 backcompat indexes 2019-04-03 15:25:37 +05:30
benchmark Fix some spell check issues 2019-02-12 21:36:48 -08:00
classification LUCENE-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
codecs LUCENE-8754: Prevent ConcurrentModificationException in SegmentInfo (#637) 2019-04-10 09:29:45 +02:00
core LUCENE-8736: Fix Polygon.contains to approriately check longitude range, and pass correct line segment vertices in EdgeTree 2019-04-18 14:44:36 -05:00
demo LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
expressions SOLR-12881: Remove unneeded import statements 2018-11-14 17:48:15 -08:00
facet LUCENE-8732: ConstantScoreQuery can now early terminate the query if the minimum score is greater than the constant score and total hits are not requested 2019-03-27 18:10:15 +01:00
grouping LUCENE-8483: Scorer cannot have a null Weight 2018-09-07 11:41:47 +01:00
highlighter LUCENE-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
join LUCENE-8725: Fix precommit (javadoc) 2019-04-12 09:29:08 +02:00
licenses LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
luke LUCENE-2562: Suppress SimpleText codec for CommitsImplTest. 2019-04-19 11:09:10 +09:00
memory LUCENE-8292: Make TermsEnum fully abstract (#574) 2019-02-15 17:33:44 +01:00
misc LUCENE-8754: Prevent ConcurrentModificationException in SegmentInfo (#637) 2019-04-10 09:29:45 +02:00
queries LUCENE-8741: Fix ClassCastException in ValueSource.fromDoubleValuesSource() 2019-03-27 16:24:23 +00:00
queryparser LUCENE-8742: add 'missing slop attribute' test coverage for SpanNearBuilder 2019-04-02 19:55:23 +01:00
replicator LUCENE-8671: Introduce Reader attributes (#640) 2019-04-15 22:24:31 +02:00
sandbox LUCENE-8736: Fix line detection bug in Polygon2D and Line2D componentRelateTriangle 2019-04-15 10:53:12 -05: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-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
spatial3d LUCENE-3041: QueryVisitor (#581) 2019-03-15 08:29:32 +00:00
suggest LUCENE-8166: Require merge instances to be consumed in the thread that created them. 2019-03-19 13:35:07 +01:00
test-framework LUCENE-8736: Fix Polygon.contains to approriately check longitude range, and pass correct line segment vertices in EdgeTree 2019-04-18 14:44:36 -05:00
tools Update flexmark to latest version 2019-04-20 01:13:49 +02:00
BUILD.txt
CHANGES.txt LUCENE-7386: Flatten nested disjunctions. 2019-04-18 11:31:38 +02:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt
MIGRATE.txt LUCENE-8292: Make TermsEnum fully abstract (#574) 2019-02-15 17:33:44 +01:00
NOTICE.txt Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2019-01-03 18:46:30 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt Add required Java version for Luke. 2019-04-17 19:29:32 +09:00
build.xml LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
common-build.xml Update flexmark to latest version 2019-04-20 01:13:49 +02:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09:00
ivy-versions.properties SOLR-12461: Upgrade Dropwizard Metrics to 4.0.5 release. 2019-04-18 19:09:06 +02:00
module-build.xml LUCENE-2562: Add Luke as a Lucene module 2019-04-10 19:25:29 +09: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 Add next minor release version 8.1.0 2019-02-12 09:15:58 +00: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