lucene/lucene
Tomas Fernandez Lobbe 57934ba448 SOLR-8396: Add support for PointFields in Solr 2017-01-18 17:27:21 -08:00
..
analysis WordDelimiterGraphFilter can't correct offsets if a CharFilter had changed them 2017-01-18 11:04:01 -05:00
backward-codecs LUCENE-7626: I forgot to close the reader in this test 2017-01-14 06:21:01 -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 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 LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00: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-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00: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-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-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException 2017-01-18 19:17:19 +00: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 Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
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 SOLR-8396: Add support for PointFields in Solr 2017-01-18 17:27:21 -08: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 Ignore the existence of a newer guice version that is an indirect dependency (4.0-beta5) than the direct dependency (3.0) 2014-09-25 04:27:59 +00:00
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