lucene/lucene
Robert Muir 9cb38dd42a LUCENE-5159: prefix-code the sorted/sortedset value dictionaries in DiskDV
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512543 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 00:37:41 +00:00
..
analysis SOLR-5126: Update Carrot2 clustering to version 3.8.0, update Morfologik to version 1.7.1 2013-08-09 08:39:21 +00:00
backwards
benchmark LUCENE-5138: remove executable attr from java files 2013-07-26 13:51:38 +00:00
classification LUCENE-5097: Analyzer now has an additional tokenStream(String fieldName, String text) method, so wrapping by StringReader for common use is no longer needed. This method uses an internal reuseable reader, which was previously only used by the Field class. 2013-07-08 17:55:48 +00:00
codecs LUCENE-5159: prefix-code the sorted/sortedset value dictionaries in DiskDV 2013-08-10 00:37:41 +00:00
core LUCENE-5159: prefix-code the sorted/sortedset value dictionaries in DiskDV 2013-08-10 00:37:41 +00:00
demo LUCENE-4985: Make it easier to mix different kinds of FacetRequests 2013-07-29 13:07:30 +00:00
facet LUCENE-5155: add OrdinalValueResolver 2013-08-01 10:01:38 +00:00
grouping LUCENE-5114: remove unused useCache param 2013-07-16 17:44:10 +00:00
highlighter LUCENE-5138: remove executable attr from java files 2013-07-26 13:51:38 +00:00
join LUCENE-5114: remove unused useCache param 2013-07-16 17:44:10 +00:00
licenses SOLR-5126: Update Carrot2 clustering to version 3.8.0, update Morfologik to version 1.7.1 2013-08-09 08:39:21 +00:00
memory LUCENE-5114: remove unused useCache param 2013-07-16 17:44:10 +00:00
misc LUCENE-5113: Added (Monotonic)AppendingLongBuffer.freeze to pack the pending values. 2013-07-16 07:20:21 +00:00
queries LUCENE-5149: CommonTermsQuery should allow minNrShouldMatch for high & low freq terms 2013-07-30 14:08:14 +00:00
queryparser LUCENE-4335: commit current patch 2013-07-23 19:32:17 +00:00
replicator LUCENE-4876: don't clone IndexWriterConfig by IndexWriter; prevent config from being shared with multiple writers 2013-07-27 19:01:04 +00:00
sandbox LUCENE-5097: Analyzer now has an additional tokenStream(String fieldName, String text) method, so wrapping by StringReader for common use is no longer needed. This method uses an internal reuseable reader, which was previously only used by the Field class. 2013-07-08 17:55:48 +00:00
site Add tradmmark signs in generated documentation pages for Lucene and Solr 2013-07-26 09:00:27 +00:00
spatial spatial- some comments on ideas to improve performance 2013-07-26 03:29:40 +00:00
suggest LUCENE-5146: AnalyzingSuggester sort order doesn't respect the actual weight 2013-07-30 10:45:38 +00:00
test-framework LUCENE-5159: prefix-code the sorted/sortedset value dictionaries in DiskDV 2013-08-10 00:37:41 +00:00
tools LUCENE-5107: Properties files by Lucene are now written in UTF-8 encoding, Unicode is no longer escaped. Reading of legacy properties files with \u escapes is still possible 2013-07-12 17:10:22 +00:00
BUILD.txt LUCENE-4747: Move to Java 7 in trunk 2013-03-18 12:28:52 +00:00
CHANGES.txt LUCENE-5159: prefix-code the sorted/sortedset value dictionaries in DiskDV 2013-08-10 00:37:41 +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 recurse into 'very special modules' too 2013-07-23 20:47:17 +00:00
common-build.xml LUCENE-4335: Make moman not use HG anymore. Just download as ZIP from bitbucket and unzip 2013-07-24 12:49:04 +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