lucene/lucene
Dawid Weiss d23f0887e6 LUCENE-5089: updated tag split character to be either + or |.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499533 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 19:32:41 +00:00
..
analysis LUCENE-5089: updated tag split character to be either + or |. 2013-07-03 19:32:41 +00:00
backwards
benchmark LUCENE-5080: fix CMS setters that depended on each other 2013-06-29 01:13:27 +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-5059: Report -Dtests.method properly when Repeat annotation is used (strip augmentations). 2013-07-03 12:57:55 +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 add TODO 2013-07-03 15:18:39 +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-5087: Add getMultiValuedSeparator to PostingsHighlighter 2013-07-02 14:08:26 +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 LUCENE-5089: Update to Morfologik 1.6.0. MorfologikAnalyzer and MorfologikFilter no longer support multiple "dictionaries" as there is only one dictionary available. 2013-07-03 12:14:50 +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 LUCENE-5068: QueryParserUtil.escape() does not escape forward slash. 2013-07-02 03:53:46 +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-5059: Report -Dtests.method properly when Repeat annotation is used (strip augmentations). 2013-07-03 12:57:55 +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-5013: ScandinavianFoldingFilterFactory and ScandinavianNormalizationFilterFactory 2013-07-03 13:59:22 +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 More strict RAT checking (unfortunately the analysis supermodule does not import common-build). This will detect missing license headers in build.xml, too 2013-06-27 16:06:54 +00:00
common-build.xml set task name as juni4 2013-07-01 13:24:03 +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