lucene/lucene
Shai Erera b6a89d97cb LUCENE-4897: add a sugar API for traversing categories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1464730 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 20:30:50 +00:00
..
analysis LUCENE-4877: more param parsing verbs 2013-04-01 23:45:33 +00:00
backwards
benchmark LUCENE-4877: throw exception for invalid arguments in analysis factories 2013-04-01 16:30:00 +00:00
classification LUCENE-4782 - suppressing SNBC test for Lucene3x codec for now 2013-02-22 08:25:05 +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 LUCENE-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +00:00
demo LUCENE-4841: add example for SortedSetDV facets 2013-03-17 19:51:50 +00:00
facet LUCENE-4897: add a sugar API for traversing categories 2013-04-04 20:30:50 +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-4905: make maxPassages per-field in postingshighlighter 2013-04-04 19:20:18 +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-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +00:00
misc LUCENE-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +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-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +00:00
suggest LUCENE-4865: BytesRefArray#append returns wrong index 2013-03-20 21:01:48 +00:00
test-framework LUCENE-4874: Don't override non abstract methods that have an impl through 2013-04-04 19:48:45 +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-4897: add a sugar API for traversing categories 2013-04-04 20:30:50 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
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