lucene/lucene
Nicholas Knize bd9962aba6 fix RangeField tests so they use actual ranges, not just 0 ranges 2016-09-15 12:27:38 -05:00
..
analysis LUCENE-7318: Fix backwards compatibility issues around StandardAnalyzer and its components, introduced with Lucene 6.2.0. The moved classes were restored in their original packages: LowercaseFilter and StopFilter, as well as several utility classes 2016-09-12 19:47:28 +02:00
backward-codecs Add 5.5.3 back compat test indexes 2016-09-15 01:12:09 +05:30
benchmark LUCENE-7367: Upgrade TestQualityRun to bm25. 2016-07-04 09:09:39 +02:00
classification LUCENE-7337: empty boolean query now rewrites to MatchNoDocsQuery instead of vice/versa 2016-06-21 12:08:29 -04:00
codecs LUCENE-7390: revert this change, since it's obsoleted by the much better LUCENE-7396 2016-07-29 14:03:52 -04:00
core Adding version 5.5.3 2016-09-15 01:09:55 +05:30
demo LUCENE-7194: Ban Math.toRadians and Math.toDegrees 2016-06-22 07:52:36 -04:00
expressions LUCENE-7319: remove unused imports 2016-06-13 12:35:49 +01:00
facet LUCENE-7395, SOLR-9315: Fix PerFieldSimilarityWrapper to also delegate query norm and coordination factor using a default similarity added as ctor param 2016-07-27 10:06:52 +02:00
grouping LUCENE-7356: SearchGroup tweaks (initialCapacity, size==0 vs. isEmpty) 2016-06-28 12:59:15 +01:00
highlighter LUCENE-7417: Highlighter WSTE didn't handle single-term MultiPhraseQuery. 2016-09-09 10:36:29 -04:00
join LUCENE-7372: Factor out an org.apache.lucene.search.FilterWeight class. 2016-07-13 19:44:12 +01:00
licenses SOLR-8981: Update TIKA to 1.13: 2016-06-18 19:21:52 +02:00
memory LUCENE-7391: Fix MemoryIndex fields() perf regression 2016-07-25 10:03:21 -04:00
misc LUCENE-7395, SOLR-9315: Fix PerFieldSimilarityWrapper to also delegate query norm and coordination factor using a default similarity added as ctor param 2016-07-27 10:06:52 +02:00
queries LUCENE-7161: remove unused import 2016-08-15 10:46:15 -04:00
queryparser SOLR-9275: add defaultField protected field to queryparser/xml's CoreParser 2016-07-20 11:32:20 +01:00
replicator fix SimpleCopyJob.compareTo test bug 2016-08-02 05:09:28 -04:00
sandbox fix RangeField tests so they use actual ranges, not just 0 ranges 2016-09-15 12:27:38 -05:00
site Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:17:59 -04:00
spatial LUCENE-7013: move license header before package declaration 2016-07-13 13:27:26 -04:00
spatial-extras LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:41:21 -04:00
spatial3d LUCENE-7424: GeoPolygon computation of intersection bounds was incorrect. 2016-08-25 18:11:48 -04:00
suggest LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 18:41:37 -04:00
test-framework add test case to ensure SearchManager can handle concurrent close, refresh, searching and IndexWriter closing 2016-08-19 09:29:04 -04:00
tools Add extra permission for linedocsfile 2016-08-21 20:49:43 +02:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt Adding version 5.5.3 2016-09-15 01:09:55 +05:30
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:36:15 +02:00
NOTICE.txt
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-7358: Remove redundant failonerror=true in (contrib|modules)-crawl elements. 2016-07-04 12:10:12 +01:00
common-build.xml Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help. 2016-07-07 10:16:11 +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:25:28 +02:00
ivy-ignore-conflicts.properties Ignore the existence of a newer guice version that is an indirect dependency (4.0-beta5) than the direct dependency (3.0) 2014-09-25 04:27:59 +00:00
ivy-versions.properties SOLR-9200: Add Delegation Token Support to Solr 2016-08-02 12:50:49 -04: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:29:04 +02:00
version.properties switch 6.x to next release version (6.3.0) 2016-08-20 04:05:36 -04: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