lucene/lucene
Shai Erera 3ea389a61d LUCENE-4586: Change default ResultMode of FacetRequest to PER_NODE_IN_TREE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417362 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 11:27:34 +00:00
..
analysis SOLR-4123: Add per-script customizability to ICUTokenizerFactory via rule files in the ICU RuleBasedBreakIterator format. 2012-12-03 18:21:18 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-4575: add IndexWriter.setCommitData 2012-12-03 07:21:49 +00:00
classification [LUCENE-4345] - added missing javadoc for DatasetSplitter constructor 2012-11-29 13:59:31 +00:00
codecs Move oal.codec.compressing tests from lucene/codecs to lucene/core (should have been done as part of LUCENE-4509 when I moved the src folder). 2012-12-01 23:14:07 +00:00
core More LZ4 tests. 2012-12-04 22:38:01 +00:00
demo fix all malformed javadocs (@code/deprecated/param/returns/throws with no args) 2012-09-23 19:54:23 +00:00
facet LUCENE-4586: Change default ResultMode of FacetRequest to PER_NODE_IN_TREE 2012-12-05 11:27:34 +00:00
grouping LUCENE-4581: GroupingSearch.setAllGroups(true) was failing to compute allMatchingGroups 2012-12-01 13:30:01 +00:00
highlighter LUCENE-4479: Fix highlighter on index w/ positions but no offsets 2012-10-20 19:36:02 +00:00
join LUCENE-4513: Fixed that deleted nested docs are scored into the parent doc. 2012-10-31 16:56:48 +00:00
licenses LUCENE-4582: add missing checksum 2012-12-01 16:54:28 +00:00
memory LUCENE-4538: Cache DocValues DirectSource 2012-11-06 14:43:57 +00:00
misc LUCENE-4543: bring back TFIDFSimilarity.lengthNorm 2012-11-07 02:24:35 +00:00
queries LUCENE-4009: improve TermsFilter.toString 2012-12-03 13:40:13 +00:00
queryparser LUCENE-4511: TermsFilter might return wrong results if a field is not indexed or not present in the index 2012-10-31 13:22:03 +00:00
sandbox use smaller index for TestSlowCollationMethods.testQuery 2012-11-05 17:37:31 +00:00
site LUCENE-4006: Add system requirements page (markdown) 2012-10-15 23:06:34 +00:00
spatial LUCENE-4573 Improve SpatialExample.java to show distance value retrieval 2012-11-26 20:55:33 +00:00
suggest Fix rawtypes and fallthrough warnings in FST suggester; "all" does not work with JavaC 2012-11-22 16:41:17 +00:00
test-framework Missing javadocs. 2012-11-19 15:59:00 +00:00
tools LUCENE-4582: Better detection of incompatible Java version for forbidden-apis checker. Later updates of ASM will support Java 8, but when Java 9 comes out with again a new class file format, we can handle this. 2012-12-01 22:47:04 +00:00
BUILD.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
CHANGES.txt LUCENE-4586: Change default ResultMode of FacetRequest to PER_NODE_IN_TREE 2012-12-05 11:27:34 +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 LUCENE-4431: Fix license of servlet-api.jar in Solr and Lucene 2012-09-26 00:22:54 +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-4006: Exchange files 2012-10-15 23:16:01 +00:00
build.xml fix and detect invalid html tags in javadocs 2012-10-25 01:57:46 +00:00
common-build.xml Fix test-help: tests.slow is true by default. 2012-11-20 13:56:43 +00:00
ivy-settings.xml remove useless and inefficient clean-jars: we call ivy with sync-true so this is a massive slowdown of the build 2012-10-08 12:17:55 +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