You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/15 21:21:57 UTC

[2/3] lucene-solr:branch_5_5: LUCENE-7279: add CHANGES entry

LUCENE-7279: add CHANGES entry


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

Branch: refs/heads/branch_5_5
Commit: 2a3492574b470ca49666f53b66ffa6394a9a78d2
Parents: 4a824d6
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Jun 15 17:20:23 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Jun 15 17:20:23 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2a349257/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e168e59..113bc55 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -23,6 +23,8 @@ Bug fixes
 
 * LUCENE-7209: Fixed explanations of FunctionScoreQuery. (Adrien Grand)
 
+* LUCENE-7279: JapaneseTokenizer throws ArrayIndexOutOfBoundsException
+  on some valid inputs (Mike McCandless)
 
 ======================= Lucene 5.5.0 =======================