lucene/lucene
Nick Knize f861ad6d50 LUCENE-6951: Improve GeoPointInPolygonQuery using point orientation based line crossing algorithm, and adding result for multi-value docs when least 1 point satisfies polygon criteria.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722466 13f79535-47bb-0310-9956-ffa450edef68
2015-12-31 20:57:03 +00:00
..
analysis LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
backward-codecs Add 5.4.0 back compat test indexes 2015-12-15 13:49:16 +00:00
benchmark LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
classification LUCENE-6854 - adjusted precision, recall, f1 measure metrics 2015-10-26 14:21:18 +00:00
codecs also fix SimpleTextDimValues to skip writing if merged segment had deleted all docs with the dimensional field 2015-12-23 22:36:16 +00:00
core LUCENE-6940: Speed up MUST_NOT clauses. 2015-12-31 13:41:19 +00:00
demo LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
expressions LUCENE-6919: Make Scorer expose an iterator instead of extending DocIdSetIterator. 2015-12-10 13:43:50 +00:00
facet LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
grouping LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
highlighter LUCENE-2229: Fix SimpleSpanFragmenter bug with adjacent stop-words 2015-12-29 22:00:53 +00:00
join SOLR-5743: introducing BlockJoinFacet*Component which are acting on child.facet.field request parameters 2015-12-24 17:04:56 +00:00
licenses LUCENE-6953: remove bogus sha1/LICENSE, nothing depends on this anymore 2015-12-29 20:24:59 +00:00
memory LUCENE-6884: Analyzer.tokenStream() and Tokenizer.setReader() don't need to throw IOException 2015-11-05 10:00:11 +00:00
misc LUCENE-6950: Fix FieldInfos handling of UninvertingReader 2015-12-29 15:53:36 +00:00
queries LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
queryparser LUCENE-6945: rename TestParser to TestCoreParser 2015-12-23 11:38:27 +00:00
replicator LUCENE-6823: use System.nanoTime for expiration in LocalReplicator 2015-10-09 09:39:12 +00:00
sandbox LUCENE-6951: Improve GeoPointInPolygonQuery using point orientation based line crossing algorithm, and adding result for multi-value docs when least 1 point satisfies polygon criteria. 2015-12-31 20:57:03 +00:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
spatial3d LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
suggest LUCENE-6939: add exponential reciprocal scoring mode to BlendedInfixSuggester 2015-12-22 10:26:38 +00:00
test-framework LUCENE-6953: clean up test-framework dependencies 2015-12-29 13:51:03 +00:00
tools LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00:00
BUILD.txt LUCENE-5950: Move to Java 8 as minimum Java version 2014-11-20 22:47:21 +00:00
CHANGES.txt LUCENE-6951: Improve GeoPointInPolygonQuery using point orientation based line crossing algorithm, and adding result for multi-value docs when least 1 point satisfies polygon criteria. 2015-12-31 20:57:03 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-6760: Prevent test failure in Java 9 b76+ 2015-08-22 21:33:47 +00: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-6917: rename/deprecate numeric classes in favor of dimensional values 2015-12-11 21:13:41 +00: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 SOLR-8353: Support regex for skipping license checksums 2015-12-03 23:03:45 +00:00
common-build.xml LUCENE-6953: clean up test-framework dependencies 2015-12-29 13:51:03 +00: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-settings.xml SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
ivy-versions.properties LUCENE-6924: Upgrade randomizedtesting to 2.3.2. 2015-12-07 13:12:45 +00:00
module-build.xml LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
version.properties LUCENE-6363: Fix typo in version.properties file 2015-03-18 00:25:55 +00: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