You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/02/08 23:36:06 UTC

[31/50] [abbrv] lucene-solr git commit: LUCENE-2229: Add missing CHANGES entry.

LUCENE-2229: Add missing CHANGES entry.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_4@1724175 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a83ebdc0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a83ebdc0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a83ebdc0

Branch: refs/heads/branch_5_4
Commit: a83ebdc0e6691884b3c9a240e047b5105e005cee
Parents: ccd7ef2
Author: Adrien Grand <jp...@apache.org>
Authored: Tue Jan 12 08:26:55 2016 +0000
Committer: Adrien Grand <jp...@apache.org>
Committed: Tue Jan 12 08:26:55 2016 +0000

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a83ebdc0/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4810a16..324299e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -36,6 +36,10 @@ Bug Fixes
 * LUCENE-6970: Fixed off-by-one error in Lucene54DocValuesProducer that could
   potentially corrupt doc values. (Adrien Grand)
 
+* LUCENE-2229: Fix Highlighter's SimpleSpanFragmenter when multiple adjacent
+  stop words following a span can unduly make the fragment way too long.
+  (Elmer Garduno, Lukhnos Liu via David Smiley)
+
 ======================= Lucene 5.4.0 =======================
 
 New Features