You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/12/01 09:37:09 UTC

svn commit: r1642646 - /lucene/dev/branches/lucene_solr_4_10/lucene/CHANGES.txt

Author: mikemccand
Date: Mon Dec  1 08:37:09 2014
New Revision: 1642646

URL: http://svn.apache.org/r1642646
Log:
LUCENE-6004: fix CHANGES entry

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

Modified: lucene/dev/branches/lucene_solr_4_10/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/CHANGES.txt?rev=1642646&r1=1642645&r2=1642646&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_10/lucene/CHANGES.txt Mon Dec  1 08:37:09 2014
@@ -25,8 +25,8 @@ Bug fixes
 * LUCENE-3229: Overlapping ordered SpanNearQuery spans should not match.
   (Ludovic Boutros, Paul Elschot, Greg Dearing, ehatcher)
 
-* LUCENE-5929: Also extract terms to highlight from block join
-  queries. (Julie Tibshirani via Mike McCandless)
+* LUCENE-6004: Don't highlight the LookupResult.key returned from
+  AnalyzingInfixSuggester (Christian Reuschling, jane chang via Mike McCandless)
 
 * LUCENE-5980: Don't let document length overflow. (Robert Muir)