lucene/lucene
Robert Muir 88c85749bf ant test -Dtestcase=TestDemoDocValue -Dtests.codec=SimpleText
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1409644 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 03:59:36 +00:00
..
analysis SOLR-4007: Morfologik dictionaries not available in Solr field type 2012-10-31 09:04:04 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark fix a bunch of unbalanced tags (cannot yet commit checker, java6 makes all kinds of bogus html) 2012-10-25 03:11:40 +00:00
classification [LUCENE-4345] - adding kNN score as count / k but no need to retrieve it from the map 2012-10-30 17:42:37 +00:00
codecs ant test -Dtestcase=TestDemoDocValue -Dtests.codec=SimpleText 2012-11-15 03:59:36 +00:00
core ant test -Dtestcase=TestDemoDocValue -Dtests.codec=SimpleText 2012-11-15 03:59:36 +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-4532: fix DirectoryTaxonomyWriter to track the taxonomy epoch, rather than create timestamp 2012-11-07 10:50:14 +00:00
grouping LUCENE-4514: make scorer.freq() well defined: number of matches in doc 2012-10-30 13:56:23 +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 Upgrade randomized testing to version 2.0.4: avoid hangs on shutdown 2012-10-28 08:34:26 +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 add TODOs 2012-11-03 15:48:46 +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-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
suggest LUCENE-4534: dedup same surface form in Analyzing/FuzzySuggester 2012-11-05 21:54:24 +00:00
test-framework LUCENE-4519: remove generics wildcards from the return types of IndexDocument methods. 2012-11-04 21:08:59 +00:00
tools LUCENE-4409: implement javadocs linting with eclipse ecj compiler 2012-09-24 02:56:46 +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-4536: Make PackedInts on-disk format byte-aligned. 2012-11-07 14:17:42 +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 Pass tests.timeoutSuite to junit4 if defined on command line or in user properties. This can be used to lower (or increase) the default timeout value. Example: -Dtests.timeoutSuite=5000! (5 seconds, note the exclamation mark -- this means to override the annotation defaults). 2012-10-31 08:40:30 +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