lucene/lucene
Robert Muir 37a6474a8f LUCENE-4880: Fix MemoryIndex handling of empty string
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1466019 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 13:28:11 +00:00
..
analysis LUCENE-4911: Add "cela" to the list of French stop words, as suggested by Pierre Kobylanski. 2013-04-06 15:05:22 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4877: throw exception for invalid arguments in analysis factories 2013-04-01 16:30:00 +00:00
classification LUCENE-4917 - allowing ClassifierTestBase to be used not only for BytesRef classifiers 2013-04-08 09:14:34 +00:00
codecs LUCENE-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +00:00
core fix javadocs 2013-04-08 21:30:17 +00:00
demo LUCENE-4841: add example for SortedSetDV facets 2013-03-17 19:51:50 +00:00
facet LUCENE-4913: ordinal was 0 when all children are returned 2013-04-07 12:18:22 +00:00
grouping SOLR-3956: Fixed group.facet=true to work with negative facet.limit 2013-03-28 17:37:23 +00:00
highlighter LUCENE-4918: Highlighter closes the given IndexReader if QueryScorer is used with an external IndexReader. 2013-04-09 10:50:57 +00:00
join LUCENE4832: add ToParentBlockJoinCollector.getTopGroupsWithAllChildDocs 2013-03-18 17:25:18 +00:00
licenses LUCENE-4879: Filter stack traces on console output. 2013-03-25 12:03:49 +00:00
memory LUCENE-4880: Fix MemoryIndex handling of empty string 2013-04-09 13:28:11 +00:00
misc LUCENE-4908: Fix SortingDocsAndPositionsEnum.docID() when the enum is not positioned yet. 2013-04-04 21:12:47 +00:00
queries don't waste ram 2013-03-21 19:32:50 +00:00
queryparser LUCENE-4878: Override missing getRegexpQuery in MultiFieldQueryParser 2013-03-25 08:29:31 +00:00
sandbox LUCENE-4809: FuzzyLikeThisQuery fails if field does not exist or is not indexed with NPE during rewrite 2013-03-01 12:50:40 +00:00
site LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
spatial LUCENE-4916: Spatial Within RPT and shape simplification bug 2013-04-08 16:49:01 +00:00
suggest LUCENE-4865: BytesRefArray#append returns wrong index 2013-03-20 21:01:48 +00:00
test-framework LUCENE-4902: Add FilterDirectoryReader 2013-04-05 17:52:28 +00:00
tools Fix for SOLR-4615, pull solr.properties out prior to deciding on the new mechanism 2013-04-01 22:04:32 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt LUCENE-4880: Fix MemoryIndex handling of empty string 2013-04-09 13:28:11 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-4008: Use pegdown to transform MIGRATE.txt and other text-only files to readable HTML. Please alsows run ant documentation when you have changed anything on those files to check output. 2012-04-22 21:15:27 +00:00
LICENSE.txt LUCENE-3965: merge LICENSE/NOTICE.txt and cleanup some outdated inconsistencies 2012-04-18 03:29:38 +00:00
MIGRATE.txt StorableDocument -> StoredDocument 2012-11-03 00:25:59 +00:00
NOTICE.txt 2012 -> 2013 2013-01-02 12:54:12 +00:00
README.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
SYSTEM_REQUIREMENTS.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
build.xml LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
common-build.xml SOLR-3706: remove log dependencies from core, exclude example log jars from test classpath, add versions to example log jars 2013-03-28 15:14:29 +00:00
ivy-settings.xml SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests. 2013-03-06 04:50:33 +00:00
module-build.xml fix classpath order bogon 2012-10-09 14:36:26 +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