lucene/lucene
Shawn Heisey d5749d6ecc SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671085 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 15:10:00 +00:00
..
analysis fix test lowercase bug 2015-03-27 09:17:12 +00:00
backward-codecs LUCENE-6286: Removed IndexSearcher methods that take a Filter object. 2015-02-24 17:43:10 +00:00
benchmark LUCENE-6300: Remove multi-term filters. 2015-02-27 14:12:02 +00:00
classification LUCENE-6224: cut over more package.htmls 2015-02-09 16:12:32 +00:00
codecs LUCENE-5879: add auto-prefix terms to block tree, and experimental AutoPrefixTermsPostingsFormat 2015-04-02 15:05:48 +00:00
core LUCENE-6388: Optimize SpanNearQuery 2015-04-03 14:39:33 +00:00
demo LUCENE-6300: Remove multi-term filters. 2015-02-27 14:12:02 +00:00
expressions LUCENE-6286: Removed IndexSearcher methods that take a Filter object. 2015-02-24 17:43:10 +00:00
facet LUCENE-6377: Pass previous reader to SearcherFactory#newSearcher 2015-04-01 13:45:26 +00:00
grouping LUCENE-6303: CachingWrapperFilter -> CachingWrapperQuery, FilterCache -> QueryCache and added caching to IndexSearcher. 2015-02-27 18:09:01 +00:00
highlighter LUCENE-6385: add null check to WeightedSpanTermExtractor 2015-04-03 13:16:58 +00:00
join LUCENE-6352: Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens. 2015-04-02 22:00:26 +00:00
licenses SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1. 2015-04-03 15:10:00 +00:00
memory LUCENE-6317: Fix readStringStringMap API, reduce memory usage 2015-03-01 20:30:49 +00:00
misc LUCENE-6378: Fix all RuntimeExceptions to throw the underlying root cause 2015-03-31 19:54:37 +00:00
queries LUCENE-6333: fix hashcode impl for TermsQuery 2015-03-13 17:56:34 +00:00
queryparser SOLR-7258: Forbid MessageFormat.format and MessageFormat single-arg constructor 2015-03-17 21:52:05 +00:00
replicator A branch for LUCENE-6238 2015-03-01 20:25:41 +00:00
sandbox LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close) 2015-03-05 16:45:02 +00:00
site changes-to-html: fix for missing 2.0.0 release date in Lucene CHANGES (and other X.0.0 releases) 2015-02-25 17:48:07 +00:00
spatial LUCENE-4942: Fix BytesRefIteratorTokenStream's attribute clone method. 2015-03-11 17:46:59 +00:00
suggest LUCENE-6339: fix test bug (ensure opening nrt reader with applyAllDeletes) 2015-04-02 21:17:34 +00:00
test-framework LUCENE-5879: add auto-prefix terms to block tree, and experimental AutoPrefixTermsPostingsFormat 2015-04-02 15:05:48 +00:00
tools SOLR-7258: Forbid MessageFormat.format and MessageFormat single-arg constructor 2015-03-17 21:52:05 +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-6388: Optimize SpanNearQuery 2015-04-03 14:39:33 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-5961: Fix the exists() method for FunctionValues returned by many ValueSoures to behave properly when wrapping other ValueSources which do not exist for the specified document 2014-10-16 19:05:20 +00: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-5968: Improve error message when 'ant beast' is run on top-level modules 2014-11-29 23:52:42 +00:00
common-build.xml LUCENE-6238: minimize tests.policy 2015-02-25 16:23:44 +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 fix unbearably slow ivy-settings 2015-03-03 00:56:26 +00:00
ivy-versions.properties SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1. 2015-04-03 15:10:00 +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