lucene/lucene
Uwe Schindler 35fbea9dad Remove hack for localhost address of old FreeBSD build machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681236 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 21:33:30 +00:00
..
analysis Fix for empty Kuromoji user dictionary NPE (LUCENE-6468) 2015-05-11 08:03:56 +00:00
backward-codecs LUCENE-6213: Add useful exception message when commit contains segments from legacy codecs (forward port from branch_5x) 2015-04-28 23:46:20 +00:00
benchmark LUCENE-6445: Highlighter TokenSources simplification 2015-04-28 14:11:54 +00:00
classification LUCENE-6479 - added ConfusionMatrixGenerator 2015-05-12 17:05:41 +00:00
codecs LUCENE-6491: Forbid term queries on fake terms for now. 2015-05-21 12:30:02 +00:00
core LUCENE-6497: Allow subclasses of FieldType to check frozen state 2015-05-22 19:27:34 +00:00
demo SOLR-1387: Move contains() method to SimpleFacets 2015-04-08 15:28:13 +00:00
expressions LUCENE-6454: Added distinction between member variable and method in expression helper VariableContext 2015-04-30 16:43:34 +00:00
facet LUCENE-6448: Make Filter a better Query citizen. 2015-04-21 20:56:14 +00:00
grouping LUCENE-6303: CachingWrapperFilter -> CachingWrapperQuery, FilterCache -> QueryCache and added caching to IndexSearcher. 2015-02-27 18:09:01 +00:00
highlighter LUCENE-6466: Move SpanQuery.getSpans() and .extractTerms() to SpanWeight 2015-05-20 13:29:10 +00:00
join LUCENE-6472: Added min and max document options to global ordinal join 2015-05-12 15:57:08 +00:00
licenses SOLR-4839: Upgrade jetty to 9.2.10.v20150310 in trunk. Also, moved the change log entry to 6.0.0 until we backport to 5x. 2015-04-22 05:57:28 +00:00
memory LUCENE-6410: remove unused 'reuse' parameter to Terms.iterator 2015-04-08 19:48:07 +00:00
misc LUCENE-6448: Make Filter a better Query citizen. 2015-04-21 20:56:14 +00:00
queries LUCENE-6360: Make TermsQuery rewrite as a disjunction when there are few terms. 2015-05-21 19:48:41 +00:00
queryparser LUCENE-6420: Use forbidden-apis annotation @SuppressForbidden; cleanup maven build 2015-04-20 15:22:06 +00:00
replicator Remove unnecessary svn:executable from some files 2015-04-03 21:56:33 +00:00
sandbox LUCENE-6448: Make Filter a better Query citizen. 2015-04-21 20:56:14 +00:00
site Remove unnecessary svn:executable from some files 2015-04-03 21:56:33 +00:00
spatial SOLR-7379: Spatial RptWithGeometrySpatialField (based on CompositeSpatialStrategy) 2015-05-21 13:04:33 +00:00
suggest LUCENE-6486: make payloads optional in DocumentDictionary 2015-05-20 17:29:26 +00:00
test-framework LUCENE-6466: Move SpanQuery.getSpans() and .extractTerms() to SpanWeight 2015-05-20 13:29:10 +00:00
tools Remove hack for localhost address of old FreeBSD build machine 2015-05-22 21:33:30 +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-6497: Allow subclasses of FieldType to check frozen state 2015-05-22 19:27:34 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt
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 LUCENE-6439: Create test-framework/src/test 2015-04-20 17:23:58 +00:00
common-build.xml LUCENE-6420: Use forbidden-apis annotation @SuppressForbidden; cleanup maven build 2015-04-20 15:22:06 +00:00
ivy-ignore-conflicts.properties
ivy-settings.xml fix unbearably slow ivy-settings 2015-03-03 00:56:26 +00:00
ivy-versions.properties SOLR-6968: New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM 2015-05-07 17:58:58 +00:00
module-build.xml LUCENE-6134: fix typos: it's->its, its->it's, etc. 2014-12-24 05:48:58 +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