lucene/lucene
Robert Muir 5ac5bdbc47 disable very very very wasteful codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553000 13f79535-47bb-0310-9956-ffa450edef68
2013-12-22 15:26:31 +00:00
..
analysis disable very very very wasteful codec 2013-12-22 15:26:31 +00:00
backwards
benchmark LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
classification LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
codecs LUCENE-5373: Fix memory usage estimation for [Lucene40/Lucene42/Memory/Direct]DocValuesProducer. 2013-12-20 17:26:51 +00:00
core LUCENE-5373: Fix memory usage estimation for [Lucene40/Lucene42/Memory/Direct]DocValuesProducer. 2013-12-20 17:26:51 +00:00
demo LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
expressions Fix comment in expression grammar 2013-11-08 22:04:58 +00:00
facet LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
grouping add missing @link 2013-09-16 02:09:50 +00:00
highlighter LUCENE-5285: Improved highlighting of multi-valued fields with FastVectorHighlighter. 2013-11-29 16:45:01 +00:00
join LUCENE-5225: The ToParentBlockJoinQuery only keeps tracks of the the child doc ids and child scores if the ToParentBlockJoinCollector is used. 2013-10-01 08:54:45 +00:00
licenses LUCENE-4381: upgrade ICU to icu4j 52.1 2013-12-03 18:05:23 +00:00
memory LUCENE-5270: add Terms.hasFreqs 2013-10-10 14:42:54 +00:00
misc LUCENE-4753: Run forbidden-apis Ant task per module. This allows more improvements and prevents OOMs after the number of class files raised recently 2013-11-10 22:50:51 +00:00
queries SOLR-3702: Reverting commit because it breaks QueryEqualityTest 2013-12-13 10:25:43 +00:00
queryparser LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
replicator LUCENE-5249: All Lucene/Solr modules should use the same dependency versions 2013-10-01 21:01:12 +00:00
sandbox LUCENE-5259: convert analysis consumers to try-with-resources 2013-10-07 06:24:25 +00:00
site Allow trailing colons in CHANGES.txt section names 2013-11-14 19:13:03 +00:00
spatial Remove unneeded link in spatial package.html 2013-10-08 21:38:19 +00:00
suggest LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
test-framework LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:' 2013-12-09 22:53:38 +00:00
tools When dependency/@conf contains BOTH 'test' and 'compile', and dependency/artifact/@type != 'test', the artifact is NOT a test dependency, to handle solr-morphlines-core's compile-scope cdk-morphlines-core and test-scope cdk-morphlines-core-tests dependencies 2013-12-03 17:08:11 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt LUCENE-5373: Fix memory usage estimation for [Lucene40/Lucene42/Memory/Direct]DocValuesProducer. 2013-12-20 17:26:51 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt StorableDocument -> StoredDocument 2012-11-03 00:25:59 +00:00
NOTICE.txt Make the Solr NOTICE.txt be a superset of Lucene's NOTICE.txt 2013-05-16 18:26:01 +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 Update link in SysReq page (the old one is still valid and redirects, but to specific) 2013-04-14 10:44:04 +00:00
build.xml LUCENE-5341: automate default codec package extraction for use in the generated Lucene documentation's link to the index file format documentation 2013-11-14 18:46:09 +00:00
common-build.xml reenable javadocs on JDK8 2013-12-11 11:39:27 +00:00
ivy-settings.xml Update some ANT plugins: 2013-12-04 00:54:08 +00:00
ivy-versions.properties SOLR-1301: Update to Kite 0.10 from CDK 0.9 2013-12-19 17:51:39 +00:00
module-build.xml Remove obsolete ${project.classpath} pathelement from the "base.classpath" path and the classification module's "classpath" path 2013-09-20 06:25:12 +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