mirror of https://github.com/apache/lucene.git
merge 4.7.2 CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a33712ebc3
commit
6d680325d8
|
@ -277,16 +277,6 @@ Bug fixes
|
||||||
|
|
||||||
* LUCENE-5568: Benchmark module's "default.codec" option didn't work. (David Smiley)
|
* LUCENE-5568: Benchmark module's "default.codec" option didn't work. (David Smiley)
|
||||||
|
|
||||||
* LUCENE-5574: Closing a near-real-time reader no longer attempts to
|
|
||||||
delete unreferenced files if the original writer has been closed;
|
|
||||||
this could cause index corruption in certain cases where index files
|
|
||||||
were directly changed (deleted, overwritten, etc.) in the index
|
|
||||||
directory outside of Lucene. (Simon Willnauer, Shai Erera, Robert
|
|
||||||
Muir, Mike McCandless)
|
|
||||||
|
|
||||||
* LUCENE-5570: Don't let FSDirectory.sync() create new zero-byte files, instead throw
|
|
||||||
exception if a file is missing. (Uwe Schindler, Mike McCandless, Robert Muir)
|
|
||||||
|
|
||||||
Test Framework
|
Test Framework
|
||||||
|
|
||||||
* LUCENE-5592: Incorrectly reported uncloseable files. (Dawid Weiss)
|
* LUCENE-5592: Incorrectly reported uncloseable files. (Dawid Weiss)
|
||||||
|
@ -318,6 +308,20 @@ Documentation:
|
||||||
* LUCENE-5534: Add javadocs to GreekStemmer methods.
|
* LUCENE-5534: Add javadocs to GreekStemmer methods.
|
||||||
(Stamatis Pitsios via Robert Muir)
|
(Stamatis Pitsios via Robert Muir)
|
||||||
|
|
||||||
|
======================= Lucene 4.7.2 =======================
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
* LUCENE-5574: Closing a near-real-time reader no longer attempts to
|
||||||
|
delete unreferenced files if the original writer has been closed;
|
||||||
|
this could cause index corruption in certain cases where index files
|
||||||
|
were directly changed (deleted, overwritten, etc.) in the index
|
||||||
|
directory outside of Lucene. (Simon Willnauer, Shai Erera, Robert
|
||||||
|
Muir, Mike McCandless)
|
||||||
|
|
||||||
|
* LUCENE-5570: Don't let FSDirectory.sync() create new zero-byte files, instead throw
|
||||||
|
exception if a file is missing. (Uwe Schindler, Mike McCandless, Robert Muir)
|
||||||
|
|
||||||
======================= Lucene 4.7.1 =======================
|
======================= Lucene 4.7.1 =======================
|
||||||
|
|
||||||
Changes in Runtime Behavior
|
Changes in Runtime Behavior
|
||||||
|
|
|
@ -227,14 +227,6 @@ Bug Fixes
|
||||||
* SOLR-5943: SolrCmdDistributor does not distribute the openSearcher parameter.
|
* SOLR-5943: SolrCmdDistributor does not distribute the openSearcher parameter.
|
||||||
(ludovic Boutros via shalin)
|
(ludovic Boutros via shalin)
|
||||||
|
|
||||||
* SOLR-5951: Fixed SolrDispatchFilter to throw useful exception on startup if
|
|
||||||
SLF4j logging jars are missing. (Uwe Schindler, Hossman, Shawn Heisey)
|
|
||||||
|
|
||||||
* SOLR-5950: Maven config: make the org.slf4j:slf4j-api dependency transitive
|
|
||||||
(i.e., not optional) in all modules in which it's a dependency, including
|
|
||||||
solrj, except for the WAR, where it will remain optional.
|
|
||||||
(Uwe Schindler, Steve Rowe)
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
* SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY
|
* SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY
|
||||||
|
@ -321,6 +313,30 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-5937: Modernize the DIH example config sets. (Steve Rowe)
|
* SOLR-5937: Modernize the DIH example config sets. (Steve Rowe)
|
||||||
|
|
||||||
|
================== 4.7.2 ==================
|
||||||
|
|
||||||
|
Versions of Major Components
|
||||||
|
---------------------
|
||||||
|
Apache Tika 1.4
|
||||||
|
Carrot2 3.8.0
|
||||||
|
Velocity 1.7 and Velocity Tools 2.0
|
||||||
|
Apache UIMA 2.3.1
|
||||||
|
Apache ZooKeeper 3.4.5
|
||||||
|
|
||||||
|
Detailed Change List
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
* SOLR-5951: Fixed SolrDispatchFilter to throw useful exception on startup if
|
||||||
|
SLF4j logging jars are missing. (Uwe Schindler, Hossman, Shawn Heisey)
|
||||||
|
|
||||||
|
* SOLR-5950: Maven config: make the org.slf4j:slf4j-api dependency transitive
|
||||||
|
(i.e., not optional) in all modules in which it's a dependency, including
|
||||||
|
solrj, except for the WAR, where it will remain optional.
|
||||||
|
(Uwe Schindler, Steve Rowe)
|
||||||
|
|
||||||
================== 4.7.1 ==================
|
================== 4.7.1 ==================
|
||||||
|
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
|
|
Loading…
Reference in New Issue