lucene/lucene
Robert Muir 9711899eaa LUCENE-6027: fix visibility issues in field comparators
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634785 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 06:30:55 +00:00
..
analysis LUCENE-5969: remove 4.x back compat 2014-10-24 04:48:13 +00:00
backward-codecs LUCENE-5969: remove 4.x back compat 2014-10-24 04:48:13 +00:00
benchmark merge trunk 2014-10-22 05:44:17 +00:00
classification LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +00:00
codecs LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
core LUCENE-6027: fix visibility issues in field comparators 2014-10-28 06:30:55 +00:00
demo LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +00:00
expressions LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +00:00
facet LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
grouping LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
highlighter LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
join LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
licenses Update RR to version 2.1.9 (minor fixes here and there). 2014-10-09 14:25:24 +00:00
memory LUCENE-5911: Remove cacheing of norms, calculate up front in freeze() 2014-10-21 09:11:51 +00:00
misc improve index sorter tests (rename the two different readers); improve javadocs 2014-10-27 14:37:53 +00:00
queries LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
queryparser LUCENE-6013: remove IndexableFieldType.indexed and FieldInfo.indexed (it's redundant with IndexOptions != null) 2014-10-21 07:32:38 +00:00
replicator LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +00:00
sandbox LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
site Update versions in trunk's site, update migration guide 2014-09-24 20:47:19 +00:00
spatial LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface. 2014-10-24 07:32:19 +00:00
suggest LUCENE-5969: remove 4.x back compat 2014-10-24 04:48:13 +00:00
test-framework LUCENE-6024: Speed-up BitSet.or/and/andNot. 2014-10-27 08:54:41 +00:00
tools LUCENE-6007: 'mvndeps' Ant task: exclude the 'start' configuration (only the jetty-start jar at this point) when parsing solr/example/ivy.xml for dependencies 2014-10-18 19:01:05 +00:00
BUILD.txt
CHANGES.txt Revert backport 2014-10-24 13:42:47 +00:00
JRE_VERSION_MIGRATION.txt
LICENSE.txt
MIGRATE.txt LUCENE-5961: Fix the exists() method for FunctionValues returned by many ValueSoures to behave properly when wrapping other ValueSources which do not exist for the specified document 2014-10-16 19:05:20 +00:00
NOTICE.txt Fix NOTICE text to use "developed at " instead of "developed by" 2014-08-15 17:52:12 +00:00
README.txt
SYSTEM_REQUIREMENTS.txt LUCENE-5607: Update SYSTEM_REQUIREMENTS.txt and update Java-7-known-to-work version numbers before release of Lucene/Solr 4.8 2014-04-17 09:34:24 +00:00
build.xml Fix encoding issue with source file, remove groovy script and do the defaultCodec transformation natively in ANT, hack lowercasing in XSL 2014-09-24 16:09:54 +00:00
common-build.xml LUCENE-6019: detect when DocValuesType illegally changes; add -Dtests.asserts=true|false 2014-10-22 22:33:40 +00:00
ivy-ignore-conflicts.properties Ignore the existence of a newer guice version that is an indirect dependency (4.0-beta5) than the direct dependency (3.0) 2014-09-25 04:27:59 +00:00
ivy-settings.xml SVNkit 1.8.5 is now available on Maven central, so disable the slow own repo 2014-08-05 08:10:04 +00:00
ivy-versions.properties SOLR-6578: Update commons-io dependency to the latest 2.4 version 2014-10-22 20:54:46 +00:00
module-build.xml Remove the annoying echo 2014-09-04 14:01:39 +00:00
version.properties LUCENE-5944: Bump version in trunk 2014-09-18 13:37:14 +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