lucene/lucene
Uwe Schindler 6ccbf2f1ef LUCENE-5061: Add License to prettify.js files. NOTICE.txt is already fine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497086 13f79535-47bb-0310-9956-ffa450edef68
2013-06-26 20:46:10 +00:00
..
analysis LUCENE-5055: "rat-sources" target now checks also build.xml, ivy.xml, forbidden-api signatures, and parts of resources folders. 2013-06-15 10:01:19 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-5038: Refactor CompoundFile settings in MergePolicy and IndexWriterConfig 2013-06-13 15:11:14 +00:00
classification LUCENE-3907: Fix EdgeNGramTokenizer and EdgeNGramTokenFilter to not generate corrupt token stream graphs. 2013-05-07 13:04:08 +00:00
codecs LUCENE-5028: remove doShare from FST's PositiveIntOutputs 2013-06-03 13:33:39 +00:00
core LUCENE-5079: IndexWriter.hasUncommittedChanges() 2013-06-26 18:48:52 +00:00
demo LUCENE-5055: "rat-sources" target now checks also build.xml, ivy.xml, forbidden-api signatures, and parts of resources folders. 2013-06-15 10:01:19 +00:00
facet change if to assert 2013-06-26 14:27:48 +00:00
grouping LUCENE-5063: Compress integer and long field caches and remove FieldCache.get(Byte|Short)s, default parsers and related class/methods (merged from r1494753 and r1495146). 2013-06-20 20:07:57 +00:00
highlighter LUCENE-5032: fix IOOBE in PostingsHighlighter when multi-valued field exceeds maxLength 2013-06-03 15:29:42 +00:00
join LUCENE-5063: Compress integer and long field caches and remove FieldCache.get(Byte|Short)s, default parsers and related class/methods (merged from r1494753 and r1495146). 2013-06-20 20:07:57 +00:00
licenses fix dependencies so logging works from replicator/ tests: Maven config; downgrade commons-logging from v1.1.3 to v1.1.1: httpcore dependency 2013-05-23 15:43:57 +00:00
memory LUCENE-4963: Deprecate broken TokenFilter options. 2013-05-04 18:18:08 +00:00
misc LUCENE-5038: Refactor CompoundFile settings in MergePolicy and IndexWriterConfig 2013-06-13 15:11:14 +00:00
queries LUCENE-5078: Allow TfIDFSimilarity implementations to encode norm values into more than a single byte 2013-06-25 18:39:28 +00:00
queryparser fix for LUCENE-4890 2013-06-22 17:15:47 +00:00
replicator LUCENE-5047: Handle NoSuchFileException of Java 7 like FileNotFoundException when opeining index files; document this in Directory. 2013-06-11 22:26:08 +00:00
sandbox LUCENE-5033: SlowFuzzyQuery was accepting too many documents when provided minSimilarity is an int > 1 2013-06-08 22:49:47 +00:00
site LUCENE-4944: Prepend 'v' to (currently numeric) id attributes for release sections, and fail with a nice message when encountering the same section more than once within a single release. 2013-04-20 00:01:55 +00:00
spatial LUCENE-5062: Spatial CONTAINS bug fix for indexed MultiPolygons with overlaps 2013-06-20 15:48:03 +00:00
suggest LUCENE-4971: fix NPE in AnalyzingSuggester when there are too many graph expansions 2013-06-20 21:55:08 +00:00
test-framework LUCENE-5077: make it easier to use compressed norms 2013-06-25 13:56:41 +00:00
tools LUCENE-5061: Add License to prettify.js files. NOTICE.txt is already fine 2013-06-26 20:46:10 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt LUCENE-5079: IndexWriter.hasUncommittedChanges() 2013-06-26 18:48:52 +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 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-5042: Fix the n-gram tokenizers and filters. 2013-06-12 13:17:49 +00:00
common-build.xml SOLR-4916: Add support to write and read Solr index files and transaction log files to and from HDFS. 2013-06-26 20:18:33 +00:00
ivy-settings.xml SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests. 2013-03-06 04:50:33 +00:00
module-build.xml LUCENE-4975: Add Replication module to Lucene 2013-05-13 11:57:22 +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