You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/12/09 10:13:41 UTC

svn commit: r1418845 - /lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Author: uschindler
Date: Sun Dec  9 09:13:40 2012
New Revision: 1418845

URL: http://svn.apache.org/viewvc?rev=1418845&view=rev
Log:
Synchronize changes between trunk and 4.x again. Some merging went wrong on this file... Never 3-way-merge manually using a simple "use-other"

Modified:
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1418845&r1=1418844&r2=1418845&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Sun Dec  9 09:13:40 2012
@@ -198,6 +198,9 @@ Bug Fixes
 * LUCENE-4009: Improve TermsFilter.toString (Tim Costermans via Chris
   Male, Mike McCandless)
 
+* LUCENE-4588: Benchmark's EnwikiContentSource was discarding last wiki 
+  document and had leaking threads in 'forever' mode. (Doron Cohen)   
+
 * LUCENE-4585: Spatial RecursivePrefixTreeFilter had some bugs that only
   occurred when shapes were indexed.  In what appears to be rare circumstances,
   documents with shapes near a query shape were erroneously considered a match.
@@ -211,6 +214,13 @@ Bug Fixes
   with 2-char codepoints, and to correctly break/combine terms containing
   non-latin characters. (James Dyer, Andreas Hubold)
 
+Changes in Runtime Behavior
+  
+* LUCENE-4586: Change default ResultMode of FacetRequest to PER_NODE_IN_TREE.
+  This only affects requests with depth>1. If you execute such requests and
+  rely on the facet results being returned flat (i.e. no hierarchy), you should
+  set the ResultMode to GLOBAL_FLAT. (Shai Erera, Gilad Barkai) 
+  
 Optimizations
 
 * LUCENE-2221: oal.util.BitUtil was modified to use Long.bitCount and
@@ -262,6 +272,9 @@ Optimizations
 * LUCENE-4538: DocValues now caches direct sources in a ThreadLocal exposed via SourceCache. 
   Users of this API can now simply obtain an instance via DocValues#getDirectSource per thread.
   (Simon Willnauer)
+  
+* LUCENE-4580: DrillDown.query variants return a ConstantScoreQuery with boost set to 0.0f
+  so that documents scores are not affected by running a drill-down query. (Shai Erera)  
 
 Documentation
 
@@ -278,6 +291,10 @@ Build
   RandomizedContext.contexts static map. Upgrade randomized testing
   to version 2.0.2 (Mike McCandless, Dawid Weiss)
 
+* LUCENE-4589: Upgraded benchmark module's Nekohtml dependency to version
+  1.9.17, removing the workaround in Lucene's HTML parser for the
+  Turkish locale.  (Uwe Schindler)
+  
   
 ======================= Lucene 4.0.0 =======================