lucene/lucene
Jim Ferenczi 185716ecac Add 6.4.0 back compat test indexes 2017-01-23 09:47:54 +01:00
..
analysis LUCENE-7645: Use JDK's Arrays.binarySearch in BaseCharFilter. 2017-01-19 11:27:24 +01:00
backward-codecs Add 6.4.0 back compat test indexes 2017-01-23 09:47:54 +01: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 LUCENE-7055: Add ScorerProvider to get an estimation of the cost of scorers before building them. 2017-01-17 08:51:58 +01:00
core SOLR-10013: Fix DV range query bug introduced by LUCENE-7643 by disabling and optimization (LUCENE-7649 to track re-enabling or removing completely) 2017-01-20 13:27:09 -07: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-7637: Require that all terms of a TermsQuery come from the same field. 2017-01-17 08:51:58 +01:00
grouping LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00:00
highlighter LUCENE-7626: IndexWriter no longer accepts broken offsets 2017-01-13 17:46:02 -05:00
join LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00:00
licenses SOLR-9801: Upgrade jetty to 9.3.14.v20161028 2016-11-26 00:51:03 +05:30
memory LUCENE-7055: Add ScorerProvider to get an estimation of the cost of scorers before building them. 2017-01-17 08:51:58 +01:00
misc LUCENE-7590: fix test edge case 2016-12-19 21:54:36 +02:00
queries LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00:00
queryparser Remove unnecessary @Override annotation in CoreParser.java class. 2017-01-16 15:29:30 +00:00
replicator make PrimaryNode's IndexWriter protected 2016-11-18 06:22:56 -05:00
sandbox LUCENE-7643: Move IndexOrDocValuesQuery to core. 2017-01-20 13:42:31 +01:00
site Fix changes entry formatting (sub-bullets wrongly promoted to top level items); don't interpret parenthesized text starting with 'e.g.' as an attribution. 2017-01-18 15:21:23 -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-7637: Require that all terms of a TermsQuery come from the same field. 2017-01-17 08:51:58 +01:00
spatial3d LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00:00
suggest LUCENE-7619: add WordDelimiterGraphFilter (replacing WordDelimiterFilter) to produce a correct token stream graph when splitting words 2017-01-17 10:38:07 -05:00
test-framework LUCENE-7619: add WordDelimiterGraphFilter (replacing WordDelimiterFilter) to produce a correct token stream graph when splitting words 2017-01-17 10:38:07 -05:00
tools LUCENE-7651: Fix Javadocs build for Java 8u121 by injecting "Google Code Prettify" without adding Javascript to Javadocs's -bottom parameter. Also update Prettify to latest version to fix Google Chrome issue. 2017-01-22 18:29:01 +01:00
BUILD.txt
CHANGES.txt LUCENE-7651: Fix Javadocs build for Java 8u121 by injecting "Google Code Prettify" without adding Javascript to Javadocs's -bottom parameter. Also update Prettify to latest version to fix Google Chrome issue. 2017-01-22 18:29:01 +01:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01:00
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-7651: Fix Javadocs build for Java 8u121 by injecting "Google Code Prettify" without adding Javascript to Javadocs's -bottom parameter. Also update Prettify to latest version to fix Google Chrome issue. 2017-01-22 18:29:01 +01: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-9893: For full Java 9 compatibility also update to latest Objenesis 2.5 (this allows mocking frameworks to instantiate objects without a ctor) 2017-01-15 10:07:22 +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