lucene/lucene
Steve Rowe 25d2d8d273 LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05:00
..
analysis LUCENE-7536: ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens. 2016-11-18 10:07:26 +01:00
backward-codecs add basic sorted index bwc test 2016-11-16 11:54:22 -05:00
benchmark LUCENE-7526: UnifiedHighlighter: enhance MTQ passage relevancy. TokenStreamFromTermVector isn't used by the UH anymore. Refactor AnalysisOffsetStrategy into TokenStream and MemoryIndex strategies, and related refactorings from that. 2016-11-15 16:18:29 -05: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-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.) 2016-11-16 10:37:02 -05:00
core LUCENE-7560: make QueryBuilder.analyzeXXX methods protected 2016-11-21 06:29:05 -05:00
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 fix typo in comment 2016-10-19 09:47:15 -04:00
grouping Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:37:04 -05:00
highlighter LUCENE-7559: fix indentation of entire file 2016-11-17 11:25:36 -05:00
join LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:15:24 +02:00
licenses LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:15:24 +02:00
memory LUCENE-7391: Fix MemoryIndex fields() perf regression 2016-07-25 10:03:21 -04:00
misc Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:36:29 -05:00
queries LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:15:24 +02:00
queryparser LUCENE-7533: Classic query parser: disallow autoGeneratePhraseQueries=true when splitOnWhitespace=false (and vice-versa). 2016-11-17 19:14:43 -05:00
replicator make PrimaryNode's IndexWriter protected 2016-11-18 06:22:30 -05:00
sandbox LUCENE-6824: TermAutomatonQuery now rewrites to TermQuery, PhraseQuery or MultiPhraseQuery when the word automaton is simple 2016-11-07 05:53:53 -05:00
site LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05: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-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:15:24 +02:00
suggest LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build() 2016-11-16 18:04:13 -05:00
test-framework LUCENE-7537: fix some 6.x backport issues 2016-11-16 10:37:02 -05:00
tools SOLR-9621: Remove several Guava & Apache Commons calls in favor of java 8 alternatives. 2016-10-28 17:30:19 -04:00
BUILD.txt
CHANGES.txt LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05: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-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05:00
common-build.xml LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05: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
ivy-versions.properties SOLR-7539: Upgrade the clustering plugin to Carrot2 3.15.0. 2016-11-04 16:03:16 +01: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 Adding version 6.4.0 2016-10-31 16:49:24 +05:30

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