lucene/lucene
Mike McCandless 21735161dc LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted 2016-11-22 14:10:16 -05:00
..
analysis LUCENE-7536: ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens. 2016-11-18 10:07:09 +01:00
backward-codecs add basic sorted index bwc test 2016-11-16 11:55:29 -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:16:46 -05:00
classification LUCENE-7400 - splitter should be able to group using sorted set dv 2016-07-30 07:58:25 +02:00
codecs LUCENE-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.) 2016-11-15 16:22:51 -05:00
core LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted 2016-11-22 14:10:16 -05:00
demo LUCENE-7194: Ban Math.toRadians and Math.toDegrees 2016-06-22 03:53:47 -04:00
expressions LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
facet LUCENE-7461: Refactor doc values queries to leverage the new iterator API. 2016-11-15 14:55:46 +01:00
grouping Revert the last change so we continue using randomize similarity for this test. 2016-11-13 17:15:13 -05:00
highlighter LUCENE-7559: fix indentation of entire file 2016-11-17 11:23:40 -05:00
join LUCENE-7462: Give doc values APIs an `advanceExact` method. 2016-10-24 10:51:23 +02:00
licenses LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:14:37 +02:00
memory LUCENE-7462: Give doc values APIs an `advanceExact` method. 2016-10-24 10:51:23 +02:00
misc LUCENE-7462: Give doc values APIs an `advanceExact` method. 2016-10-24 10:51:23 +02:00
queries LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:14:37 +02:00
queryparser LUCENE-7533: Classic query parser: disallow autoGeneratePhraseQueries=true when splitOnWhitespace=false (and vice-versa). 2016-11-17 19:18:18 -05:00
replicator make PrimaryNode's IndexWriter protected 2016-11-18 06:22:56 -05:00
sandbox LUCENE-7461: Refactor doc values queries to leverage the new iterator API. 2016-11-15 14:55:46 +01:00
site LUCENE-7543: Parse DOAP RDF files with Ant <xmlproperty> rather than Perl XML::Simple 2016-11-21 20:48:32 -05:00
spatial LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
spatial-extras LUCENE-7461: Refactor doc values queries to leverage the new iterator API. 2016-11-15 14:55:46 +01:00
spatial3d LUCENE-7513: Update to randomizedtesting 2.4.0. 2016-10-21 11:14:37 +02:00
suggest LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build() 2016-11-16 18:03:51 -05:00
test-framework LUCENE-7652: improve BasePostingsFormatTestCase with a level 2 ghost test 2016-11-16 05:19:05 -05:00
tools SOLR-9621: Remove several Guava & Apache Commons calls in favor of java 8 alternatives. 2016-10-28 17:18:58 -04:00
BUILD.txt
CHANGES.txt LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted 2016-11-22 14:10:16 -05:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 16:33:07 +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:47:54 -05:00
common-build.xml LUCENE-7543: Parse DOAP RDF files with Ant <xmlproperty> rather than Perl XML::Simple 2016-11-21 20:48:32 -05:00
default-nested-ivy-settings.xml
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-8785: Use Dropwizard Metrics library for core metrics 2016-11-22 14:37:33 +05:30
module-build.xml
top-level-ivy-settings.xml
version.properties

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