lucene/lucene
Uwe Schindler 497342bd6b LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422437 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 00:50:32 +00:00
..
analysis SOLR-4195: Further restrict security policy of tests to disallow writing to files outside the test's work dir (e.g. disallow writing to build/test-files) 2012-12-15 21:50:57 +00:00
backwards LUCENE-3753: Restructure the Lucene build system 2012-02-07 19:59:05 +00:00
benchmark fix missing Overrides 2012-12-11 14:31:01 +00:00
classification fix missing Overrides 2012-12-11 14:31:01 +00:00
codecs LUCENE-4617: remove fst.pack method 2012-12-12 20:28:51 +00:00
core fix test bug 2012-12-14 14:05:22 +00:00
demo LUCENE-4611: remove duplicate 3rd party versioning from build.xmls 2012-12-10 18:39:35 +00:00
facet LUCENE-4621: FacetIndexing/SearchParams house cleaning 2012-12-13 12:37:14 +00:00
grouping fix missing Overrides 2012-12-11 14:31:01 +00:00
highlighter LUCENE-4608: Handle large number of requested fragments better. 2012-12-14 14:08:07 +00:00
join fix missing Overrides 2012-12-11 14:31:01 +00:00
licenses LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6 2012-12-16 00:50:32 +00:00
memory fix missing Overrides 2012-12-11 14:31:01 +00:00
misc fix missing Overrides 2012-12-11 14:31:01 +00:00
queries fix testcase to only run QueryUtils on a optimized index 2012-12-14 10:45:02 +00:00
queryparser fix missing Overrides 2012-12-11 14:31:01 +00:00
sandbox LUCENE-4290: be sure to throw exc if index didn't index offsets 2012-12-11 16:47:49 +00:00
site LUCENE-4006: Add system requirements page (markdown) 2012-10-15 23:06:34 +00:00
spatial fix missing Overrides 2012-12-11 14:31:01 +00:00
suggest fix missing Overrides 2012-12-11 14:31:01 +00:00
test-framework LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6 2012-12-16 00:50:32 +00:00
tools LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6 2012-12-16 00:50:32 +00:00
BUILD.txt LUCENE-4437: add note to README about how to build documentation 2012-09-27 15:57:30 +00:00
CHANGES.txt LUCENE-4608: Handle large number of requested fragments better. 2012-12-14 14:08:07 +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 LUCENE-4431: Fix license of servlet-api.jar in Solr and Lucene 2012-09-26 00:22:54 +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 LUCENE-4006: Exchange files 2012-10-15 23:16:01 +00:00
build.xml fix and detect invalid html tags in javadocs 2012-10-25 01:57:46 +00:00
common-build.xml LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6 2012-12-16 00:50:32 +00:00
ivy-settings.xml remove useless and inefficient clean-jars: we call ivy with sync-true so this is a massive slowdown of the build 2012-10-08 12:17:55 +00:00
module-build.xml fix classpath order bogon 2012-10-09 14:36:26 +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