lucene/lucene
Ignacio Vera 50168ab5bc LUCENE-8707: Add LatLonShape and XYShape distance query (#587) 2020-02-19 16:05:31 +01:00
..
analysis LUCENE-9230: explicitly call python version we want from builds 2020-02-18 19:04:37 -05:00
backward-codecs LUCENE-9116: Remove long[] from `PostingsWriterBase#encodeTerm`. (#1149) (#1158) 2020-01-27 18:28:18 +01:00
benchmark LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
classification LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
codecs LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
core LUCENE-8707: Add LatLonShape and XYShape distance query (#587) 2020-02-19 16:05:31 +01:00
demo LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count. 2018-07-30 16:38:05 +02:00
dev-docs SOLR-12930: Create developer docs directories in source repo (#1164) 2020-01-23 14:11:31 -06:00
expressions LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
facet LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
grouping LUCENE-8530: fix some 'rawtypes' javac warnings 2020-01-31 16:42:25 +00:00
highlighter LUCENE-8530: fix some 'rawtypes' javac warnings 2020-01-31 16:42:25 +00:00
join LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
licenses SOLR-14054: Upgrade to Tika 1.23 2019-12-17 15:55:21 -05:00
luke LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
memory LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
misc LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
monitor LUCENE-9163: test speedup for slowest/pathological tests 2020-01-29 13:41:57 -05:00
queries LUCENE-9099: Correctly handle repeats in ORDERED and UNORDERED intervals (#1097) 2020-02-06 14:45:27 +00:00
queryparser LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2 2019-10-14 19:56:00 +02:00
replicator SOLR-14106: Cleanup Jetty SslContextFactory usage 2019-12-19 23:19:12 -05:00
sandbox LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
site Fix documentation to mention the correct version in the Migrate section 2017-09-21 09:59:50 -07:00
spatial-extras LUCENE-9149: Increase data dimension limit in BKD 2020-02-07 16:57:32 -06:00
spatial3d LUCENE-9167: test speedup for slowest/pathological tests (round 3) 2020-01-29 13:44:19 -05:00
suggest LUCENE-9157: test speedup for slowest tests 2020-01-21 20:01:24 -05:00
test-framework LUCENE-8707: Add LatLonShape and XYShape distance query (#587) 2020-02-19 16:05:31 +01:00
tools Fix Windows Line endings in the source-patterns checker (silly bug: it's \r\n on windows not the other way round) 2020-01-26 11:49:35 +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-8707: Add LatLonShape and XYShape distance query (#587) 2020-02-19 16:05:31 +01:00
JRE_VERSION_MIGRATION.txt remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
LICENSE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-27 18:28:18 +01:00
MIGRATE.txt LUCENE-8811: Revert on 8.x. 2019-07-15 13:52:43 +02:00
NOTICE.txt LUCENE-4702: Terms dictionary compression. (#1126) 2020-01-27 18:28:18 +01:00
README.txt
SYSTEM_REQUIREMENTS.txt Add required Java version for Luke. 2019-04-17 19:29:32 +09:00
build.xml SOLR-12930: Exclude dev-docs from binary archive. 2020-02-07 10:37:56 +01:00
common-build.xml LUCENE-9230: explicitly call python version we want from builds 2020-02-18 19:04:37 -05:00
default-nested-ivy-settings.xml LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too 2019-10-01 19:22:09 +02: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-14221: Upgrade restlet to version 2.4.0 (#1211) 2020-02-02 11:45:01 +01:00
module-build.xml LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:26:19 -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 Add next minor version 8.5 2019-12-12 09:33:20 +01: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