lucene/lucene
Michael McCandless 1441cae57c LUCENE-3892: initial For patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1352200 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 16:13:44 +00:00
..
analysis don't use Memory/SimpleText postings format when indexing too many tokens from random data 2012-06-19 20:08:50 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark LUCENE-3949: fix license headers to not be javadoc style comments 2012-06-11 19:26:18 +00:00
core LUCENE-3892: initial For patch 2012-06-20 16:13:44 +00:00
demo LUCENE-3949: fix license headers to not be javadoc style comments 2012-06-11 19:26:18 +00:00
facet LUCENE-4156: remove synchronization from DirectoryTaxonomyWriter.getSize() 2012-06-20 10:37:43 +00:00
grouping LUCENE-3866: CompositeReader.getSequentialSubReaders() now returns unmodifiable List<? extends IndexReader>. ReaderUtil.Gather was removed, as IndexReaderContext.leaves() is now the preferred way to access sub-readers 2012-06-19 07:24:29 +00:00
highlighter LUCENE-4133: FVH: A weighted approach for ordered fragments, part of LUCENE-3440 2012-06-12 13:59:37 +00:00
join LUCENE-3866: CompositeReader.getSequentialSubReaders() now returns unmodifiable List<? extends IndexReader>. ReaderUtil.Gather was removed, as IndexReaderContext.leaves() is now the preferred way to access sub-readers 2012-06-19 07:24:29 +00:00
memory LUCENE-3949: fix license headers to not be javadoc style comments 2012-06-11 19:26:18 +00:00
misc remove incorrect comment from IndexSplitter javadocs 2012-06-20 05:25:28 +00:00
queries LUCENE-3866: CompositeReader.getSequentialSubReaders() now returns unmodifiable List<? extends IndexReader>. ReaderUtil.Gather was removed, as IndexReaderContext.leaves() is now the preferred way to access sub-readers 2012-06-19 07:24:29 +00:00
queryparser LUCENE-3866: CompositeReader.getSequentialSubReaders() now returns unmodifiable List<? extends IndexReader>. ReaderUtil.Gather was removed, as IndexReaderContext.leaves() is now the preferred way to access sub-readers 2012-06-19 07:24:29 +00:00
sandbox LUCENE-3949: fix license headers to not be javadoc style comments 2012-06-11 19:26:18 +00:00
site Tweak recognition of beginning-of-bulleted-item to require at least one whitespace character after the bullet 2012-06-10 22:22:59 +00:00
spatial LUCENE-4101: add ctors create stored or not-stored variants of indexed fields 2012-06-10 17:42:19 +00:00
suggest SOLR-3548: Fixed a bug in the cachability of queries using the {!join} parser or the strdist() function, as well as some minor improvements to the hashCode implementation of {!bbox} and {!geofilt} queries 2012-06-19 20:27:06 +00:00
test-framework LUCENE-3892: initial For patch 2012-06-20 16:13:44 +00:00
tools LUCENE-3949: fix license headers to not be javadoc style comments 2012-06-11 19:26:18 +00:00
BUILD.txt LUCENE-4016: require ant 1.8.2 or later. Sorry Uwe. 2012-04-27 08:02:53 +00:00
CHANGES.txt LUCENE-4156: remove synchronization from DirectoryTaxonomyWriter.getSize() 2012-06-20 10:37:43 +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 Some lost API updates 2012-05-23 21:20:23 +00:00
NOTICE.txt nuke some outdated references to contrib 2012-04-22 12:55:11 +00:00
README.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
build.xml LUCENE-4059: Improve ANT task prepare-webpages (used by documentation tasks) to correctly encode build file names as URIs for later processing by XSL 2012-05-16 09:55:44 +00:00
common-build.xml LUCENE-4115: backing out this change for dweiss (he is on mobile) until we dig on windows 2012-06-07 20:02:27 +00:00
ivy-settings.xml LUCENE-3892: revert the revert: configure fallbacks so that ivy downloads work from china 2012-04-27 01:01:04 +00:00
module-build.xml nuke more contrib references 2012-04-22 12:59:34 +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`