lucene/lucene
Uwe Schindler 19cb7404f5 SOLR-8981: Update TIKA to 1.13:
- This commit merges branch 'SOLR-8981' of https://github.com/tballison/lucene-solr
- Adds some modifications and reverts jackcess-encrypt addition (not yet working)
- Fixes order of ivy-versions.properties
- This closes #44
2016-06-18 12:23:28 +02:00
..
analysis LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 16:38:04 -04:00
backward-codecs Add 6.1.0 indices to TestBackwardsCompatibility. 2016-06-17 14:39:53 +02:00
benchmark LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:39:50 -04:00
classification LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
codecs LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
core fix test bug: we cannot rely on relative importance of 'shorter document' and 'higher term freq' to the similarity's scoring 2016-06-17 15:31:49 -04:00
demo LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
expressions LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
facet LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:39:50 -04:00
grouping LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
highlighter LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
join LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
licenses SOLR-8981 clean up license and sha1 info 2016-06-16 15:36:52 -04:00
memory LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/ 2016-06-13 16:10:49 -04:00
misc LUCENE-6171: pass the StandardOpenOption.CREATE_NEW so the filesystem ensures Lucene really is write-once 2016-06-14 15:15:57 -04:00
queries LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
queryparser LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/ 2016-06-13 16:10:49 -04:00
replicator LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:39:50 -04:00
sandbox LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
site Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:13:14 -04:00
spatial remove unused GeoPointTestUtil 2016-06-10 12:53:07 -05:00
spatial-extras LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:36:07 -04:00
spatial3d LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
suggest LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 16:38:04 -04:00
test-framework LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 16:38:04 -04:00
tools LUCENE-7320: fail precommit on unusedImport 2016-06-13 10:44:30 +01:00
BUILD.txt
CHANGES.txt LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:39:50 -04:00
JRE_VERSION_MIGRATION.txt Update reference to Unicode version of Java 9 2016-02-21 16:55:20 +01:00
LICENSE.txt
MIGRATE.txt LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:33:15 +02:00
NOTICE.txt
README.txt
SYSTEM_REQUIREMENTS.txt
build.xml SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file. 2016-05-17 10:07:14 -04:00
common-build.xml LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 16:38:04 -04:00
default-nested-ivy-settings.xml LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:20:39 +02:00
ivy-ignore-conflicts.properties
ivy-versions.properties SOLR-8981: Update TIKA to 1.13: 2016-06-18 12:23:28 +02:00
module-build.xml LUCENE-7015: Refactor spatial module to spatial-extras 2016-02-29 16:18:39 -06:00
top-level-ivy-settings.xml SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:28:09 +02:00
version.properties Update master version to 7.0.0 2016-03-02 02:37:33 -06: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