David Wayne Smiley 68078aebb5 LUCENE-2844: spatial benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1536180 13f79535-47bb-0310-9956-ffa450edef68
2013-10-27 18:33:17 +00:00
..
2013-10-27 18:17:45 +00:00
2013-09-16 02:09:50 +00:00
2013-10-10 14:42:54 +00:00
2013-10-24 08:59:40 +00:00
2013-10-11 15:06:31 +00:00
2013-03-18 12:28:52 +00:00
2013-10-27 18:33:17 +00:00
2012-11-03 00:25:59 +00:00

# 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