lucene/lucene
Shai Erera a20fbf7130 remove redundat stuff from facet Consts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1444522 13f79535-47bb-0310-9956-ffa450edef68
2013-02-10 10:07:23 +00:00
..
analysis LUCENE-4547: DocValues improvements 2013-02-07 20:48:21 +00:00
backwards
benchmark Merged /lucene/dev/trunk:r1441770-1442810 2013-02-06 00:58:30 +00:00
classification [LUCENE-4668] - fixed classification classpaths 2013-01-09 08:06:25 +00:00
codecs LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
core also explicitly test the default randomized term vectors impl 2013-02-08 13:30:28 +00:00
demo LUCENE-4750: convert DrillDown to DrillDownQuery 2013-02-10 06:57:22 +00:00
facet remove redundat stuff from facet Consts 2013-02-10 10:07:23 +00:00
grouping fix nocommits 2013-01-31 20:32:37 +00:00
highlighter Merged /lucene/dev/trunk:r1441770-1442810 2013-02-06 00:58:30 +00:00
join Merge trunk. 2013-01-29 16:44:16 +00:00
licenses LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +00:00
memory Merged /lucene/dev/trunk:r1441770-1442810 2013-02-06 00:58:30 +00:00
misc Merged /lucene/dev/trunk:r1433031-1435376 2013-01-18 22:38:56 +00:00
queries clean up a little bit 2013-02-04 14:31:51 +00:00
queryparser LUCENE-4718: Fix documentation of oal.queryparser.classic. 2013-02-05 23:04:18 +00:00
sandbox Merged /lucene/dev/trunk:r1419558-1430123 2013-01-08 03:40:16 +00:00
site LUCENE-4733: merge Lucene42 codec from lucene-4547 branch 2013-02-01 18:25:29 +00:00
spatial Merged /lucene/dev/trunk:r1436566-1437977 2013-01-24 12:43:34 +00:00
suggest fix bytesref problems in readBytes, just take byte[],int,int 2013-02-01 17:21:03 +00:00
test-framework Merged /lucene/dev/trunk:r1441770-1442810 2013-02-06 00:58:30 +00:00
tools LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy 2013-02-05 09:15:35 +00:00
BUILD.txt
CHANGES.txt LUCENE-4759: remove FacetRequest.SortBy 2013-02-10 08:35:56 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt
NOTICE.txt 2012 -> 2013 2013-01-02 12:54:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-4763: Fix Java version detection in common-build.xml, use correct source version for javadocs, fail build on unsupported java version when documentation linting is enabled 2013-02-08 22:00:15 +00:00
common-build.xml LUCENE-4763: Fix Java version detection in common-build.xml, use correct source version for javadocs, fail build on unsupported java version when documentation linting is enabled 2013-02-08 22:00:15 +00:00
ivy-settings.xml
module-build.xml

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