lucene/lucene
Mark Harwood 90e775cd5b LUCENE-6747: FingerprintFilter is a new TokenFilter that outputs a single token which is a concatenation of the sorted and de-duplicated set of input tokens.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698145 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 13:11:06 +00:00
..
analysis LUCENE-6747: FingerprintFilter is a new TokenFilter that outputs a single token which is a concatenation of the sorted and de-duplicated set of input tokens. 2015-08-27 13:11:06 +00:00
backward-codecs Add 5.3.0 back compat test indexes 2015-08-26 13:00:23 +00:00
benchmark LUCENE-6740: Reduce warnings emitted by javac #5 2015-08-15 17:48:37 +00:00
classification LUCENE-6740: Reduce warnings emitted by javac #6 2015-08-15 18:04:24 +00:00
codecs LUCENE-6732: Improve checker for invalid source patterns to also detect javadoc-style license headers. Use Groovy to implement the checks instead of plain Ant 2015-08-11 22:13:00 +00:00
core remove useless semicolon 2015-08-26 14:30:30 +00:00
demo LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
expressions LUCENE-6729: Expressions: Remove no longer needed Javadocs comments inside anyonymous visitor 2015-08-13 08:22:16 +00:00
facet Fix AIOOBE in TestRandomSamplingFacetsCollector. 2015-07-20 12:03:01 +00:00
grouping LUCENE-6740: Reduce warnings emitted by javac #7 2015-08-15 21:05:57 +00:00
highlighter LUCENE-6740: Reduce warnings emitted by javac #7 2015-08-15 21:05:57 +00:00
join LUCENE-6755: fix test bug and increase num of docs to improve chances of random query matching 2015-08-20 22:24:15 +00:00
licenses SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
memory LUCENE-6653, LUCENE-6652: Refactor TermToBytesRefAttribute; add oal.analysis.tokenattributes.BytesTermAttribute; remove code duplication in tests 2015-07-02 14:09:29 +00:00
misc LUCENE-6740: Reduce warnings emitted by javac #7 2015-08-15 21:05:57 +00:00
queries LUCENE-6740: Reduce warnings emitted by javac #5 2015-08-15 17:48:37 +00:00
queryparser LUCENE-6740: Reduce warnings emitted by javac #6 2015-08-15 18:04:24 +00:00
replicator LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
sandbox LUCENE-6745: IndexInput.clone is not thread-safe; fix BKD/RangeTree to respect that 2015-08-21 15:24:03 +00:00
site LUCENE-6732: Remove tabs XSL files 2015-08-11 23:15:20 +00:00
spatial LUCENE-6720: new FunctionRangeQuery wrapper around ValueSourceScorer. 2015-08-06 17:47:24 +00:00
spatial3d LUCENE-6675: spatial3d passes method level javadocs linting 2015-07-13 22:13:03 +00:00
suggest LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
test-framework print IW infoStream on failure in this test 2015-08-25 22:15:42 +00:00
tools LUCENE-6743: Allow Ivy lockStrategy to be overridden by system property. 2015-08-21 22:12:22 +00:00
BUILD.txt
CHANGES.txt LUCENE-6747: FingerprintFilter is a new TokenFilter that outputs a single token which is a concatenation of the sorted and de-duplicated set of input tokens. 2015-08-27 13:11:06 +00:00
JRE_VERSION_MIGRATION.txt LUCENE-6760: Prevent test failure in Java 9 b76+ 2015-08-22 21:33:47 +00:00
LICENSE.txt LUCENE-6732: Scan txt files in root folder, too. TODO: scan txt files everywhere 2015-08-13 09:53:44 +00:00
MIGRATE.txt LUCENE-6711: Use CollectionStatistics.docCount() for IDF and average field length computations 2015-08-13 17:37:15 +00:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml LUCENE-6743: Allow Ivy lockStrategy to be overridden by system property. 2015-08-21 22:12:22 +00:00
common-build.xml LUCENE-6743: Allow Ivy lockStrategy to be overridden by system property. 2015-08-21 22:12:22 +00:00
ivy-ignore-conflicts.properties
ivy-settings.xml SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
ivy-versions.properties SOLR-7790, SOLR-7792, SOLR-7791: Update Carrot2 clustering component to version 3.10.3. Upgrade HPPC library to version 0.7.1, morfologik-stemming to version 1.10.0. (Dawid Weiss) 2015-08-24 09:53:04 +00:00
module-build.xml LUCENE-6732: Remove tabs in JS and XML files 2015-08-11 23:00:39 +00:00
version.properties LUCENE-6363: Fix typo in version.properties file 2015-03-18 00:25:55 +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