lucene/lucene
Adrien Grand cb0ff1a799 LUCENE-7956: Make the start offset of codePointBefore explicit. 2017-09-05 21:21:51 +02:00
..
analysis LUCENE-7956: Make the start offset of codePointBefore explicit. 2017-09-05 21:21:51 +02:00
backward-codecs Remove old unsupported codecs. 2017-07-03 14:16:18 +02:00
benchmark LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
classification LUCENE-7950 - fixed potential NPE when no docs have the class field 2017-09-02 14:43:59 +02:00
codecs LUCENE-7796: Make IOUtils.reThrow idiom declare Error return type so 2017-04-28 12:17:21 +02:00
core LUCENE-7956: Remove unrelated changes. 2017-09-05 21:17:03 +02:00
demo LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
expressions LUCENE-7800: Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack). 2017-05-18 16:39:47 +02:00
facet LUCENE-7891: use a non-buggy LRU cache in Lucene's taxonomy facets, by default 2017-09-05 10:13:58 -04:00
grouping LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
highlighter LUCENE-7901 2017-07-18 10:58:08 -04:00
join LUCENE-7897: IndexOrDocValuesQuery now requires the range cost to be more than 8x greater than the cost of the lead iterator in order to use doc values. 2017-08-10 12:10:44 +02:00
licenses LUCENE-7948: Upgrade randomizedtesting to 2.5.3 (minor fixes in test filtering for IDEs). 2017-08-31 23:34:39 +02:00
memory LUCENE-7890: The `SortedSetDocValues` and `SortedNumericDocValues` instances returned by the MemoryIndex should support subsequent `advanceExact(0)` invocations. 2017-06-29 15:03:44 +02:00
misc LUCENE-7864: IndexMergeTool is not using intermediate hard links (even if possible) 2017-06-08 08:35:18 +02:00
queries SOLR-11199: Support OR queries in the PayloadScoreParser and a sum function 2017-08-08 16:52:41 -07:00
queryparser LUCENE-7867: Remove deprecated Token class 2017-06-23 09:51:05 +01:00
replicator remove unused imports to fix precommit 2017-09-02 05:39:49 -04:00
sandbox LUCENE-7621: Add CoveringQuery, a query whose required number of matching clauses can be defined per document. 2017-08-21 11:30:34 +02:00
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-7737: Guard against empty binary docvalues 2017-07-17 21:40:22 +01:00
spatial3d LUCENE-7947: Add GeoPointShape interface etc. Committed on behalf of Ignacio Vera. 2017-08-31 08:47:00 -04:00
suggest Fix warnings in BlendedInfixSuggesterTest. 2017-08-10 17:11:52 +01:00
test-framework SOLR-11173: implement Points support in TermsComponent via PointMerger 2017-08-19 18:02:11 -04:00
tools LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02:00
BUILD.txt
CHANGES.txt LUCENE-7956: Fixed potential stack overflow error in ICUNormalizer2CharFilter. 2017-09-05 18:34:05 +02:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02:00
NOTICE.txt LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt and solr/LICENSE.txt files 2017-06-02 10:36:07 +01:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-7727: Replace end-of-life Markdown parser "Pegdown" by "Flexmark" for compatibility with Java 9 2017-03-02 17:43:44 +01:00
common-build.xml LUCENE-4960: Fail the build in the presence of Ivy jar(s) with unsupported versions. 2017-08-28 11:41:49 -04:00
default-nested-ivy-settings.xml Upgrade to Calcite 1.11.0 2017-01-06 15:32:18 -06:00
ivy-ignore-conflicts.properties SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
ivy-versions.properties LUCENE-7948: Upgrade randomizedtesting to 2.5.3 (minor fixes in test filtering for IDEs). 2017-08-31 23:34:39 +02:00
module-build.xml
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 Solr 7.0 release, bumping up version to 8 on master 2017-06-30 10:40:27 -07: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