lucene/lucene
Mike McCandless 5ca3ca2052 LUCENE-7465: use the right random instance otheerwise we hit creepy test failures 2017-02-15 05:26:52 -05:00
..
analysis LUCENE-7465: use the right random instance otheerwise we hit creepy test failures 2017-02-15 05:26:52 -05:00
backward-codecs Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-02-05 18:48:21 +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-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
demo SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
expressions LUCENE-7609: Refactor expressions module to use DoubleValuesSource 2017-01-07 11:05:06 +00:00
facet Revert "LUCENE-7628: Scorer.getChildren() returns only matching Scorers" 2017-01-23 11:30:03 +00: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-7665: Remove grouping dependency from the join module. 2017-01-30 17:38:45 +01:00
licenses LUCENE-7653: Update randomizedtesting to version 2.5.0. Piggyback wiping of cwds of forked JVMs. 2017-01-23 13:39:19 +01:00
memory LUCENE-7679: MemoryIndex should take into account omitNorms 2017-02-09 10:46:38 +00:00
misc LUCENE-7590: fix test edge case 2016-12-19 21:54:36 +02:00
queries LUCENE-7673: Add MultiValued[Int/Long/Float/Double]FieldSource for SortedNumericDocValues 2017-02-06 10:44:09 -08:00
queryparser LUCENE-7638: Query parsers now analyze the token graph for articulation points (or cut vertices) in order to create more efficient queries for multi-token synonyms. 2017-02-07 11:27:59 +01:00
replicator make PrimaryNode's IndexWriter protected 2016-11-18 06:22:56 -05:00
sandbox SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
site LUCENE-7543: Treat product name passed into changes2html.pl case-insensitively, and validate that the product name is either 'lucene' or 'solr' 2017-01-25 13:00:20 -05:00
spatial LUCENE-7664: remove GeoPointField and its queries 2017-02-06 16:20:55 -05: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-7670: AnalyzingInfixSuggester should not immediately open an IndexWriter over an already-built index 2017-01-31 01:13:11 -05:00
test-framework SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
tools SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
BUILD.txt
CHANGES.txt SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +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-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 SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled. 2017-02-04 12:50:36 -05:00
common-build.xml SOLR-8029: Reverting the previous commit and the merge 2017-02-15 07:13:28 +05:30
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 LUCENE-7653: Update randomizedtesting to version 2.5.0. Piggyback wiping of cwds of forked JVMs. 2017-01-23 13:39:19 +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