lucene/lucene
Mike McCandless e64111c654 TokenStreamToAutomaton failed to handle certain holes correctly 2017-01-08 06:26:08 -05:00
..
analysis LUCENE-6664: be more robust to broken token stream offsets 2017-01-03 06:47:47 -05: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-7591 - approximate to no. of terms when DVs are not available 2016-12-12 10:00:21 +01:00
codecs fix stale comment 2016-12-08 18:17:25 -05:00
core TokenStreamToAutomaton failed to handle certain holes correctly 2017-01-08 06:26:08 -05:00
demo LUCENE-7610: Deprecate ValueSource methods in facets module 2017-01-07 11:52:24 +00:00
expressions LUCENE-7609: Refactor expressions module to use DoubleValuesSource 2017-01-07 11:05:06 +00:00
facet LUCENE-7588: the parallell search method was failing to pass on the user's requested sort when merge-sorting all hits 2017-01-08 06:24:03 -05:00
grouping LUCENE-7617: Grouping collector API cleanup 2017-01-07 09:58:47 +00:00
highlighter LUCENE-7620: UnifiedHighlighter: new LengthGoalBreakIterator wrapper 2017-01-07 23:10:48 -05:00
join LUCENE-7462: Give doc values APIs an `advanceExact` method. 2016-10-24 10:51:23 +02:00
licenses SOLR-9801: Upgrade jetty to 9.3.14.v20161028 2016-11-26 00:51:03 +05:30
memory LUCENE-7462: Give doc values APIs an `advanceExact` method. 2016-10-24 10:51:23 +02:00
misc LUCENE-7590: fix test edge case 2016-12-19 21:54:36 +02:00
queries LUCENE-7610: Deprecate ValueSource methods in facets module 2017-01-07 11:52:24 +00:00
queryparser LUCENE-7614: ComplexPhraseQueryParser ignores quotes around single terms phrases 2017-01-07 00:42:04 +03:00
replicator make PrimaryNode's IndexWriter protected 2016-11-18 06:22:56 -05:00
sandbox LUCENE-7594: Fixed point range queries on floating-point types to recommend using helpers for exclusive bounds that are consistent with Double.compare. 2016-12-21 20:44:56 +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-7511: Introduce Vector.MINIMUM_ANGULAR_RESOLUTION. 2016-12-27 19:41:55 -05:00
suggest LUCENE-7611: Remove unnecessary Exception wrapping from DocumentValueSourceDictionary 2017-01-07 16:06:29 +00:00
test-framework TokenStreamToAutomaton failed to handle certain holes correctly 2017-01-08 06:26:08 -05:00
tools LUCENE-6989: Make MMapDirectory's unmap hack work with Java 9 EA (b150+): Unmapping uses new sun.misc.Unsafe#invokeCleaner(ByteBuffer). 2016-12-21 19:49:22 +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-7620: UnifiedHighlighter: new LengthGoalBreakIterator wrapper 2017-01-07 23:10:48 -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-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 LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
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 LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:20:39 +02:00
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-9880: Add Ganglia, Graphite and SLF4J metrics reporters. 2016-12-27 19:52:06 +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:28:09 +02:00
version.properties Update master version to 7.0.0 2016-03-02 02:37:33 -06: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