From 87729357a74ca6dbd0cf5764e80331faa8ba21ac Mon Sep 17 00:00:00 2001 From: Benson Margulies Date: Mon, 3 Feb 2014 12:04:33 +0000 Subject: [PATCH] LUCENE-5405: changes.txt; and fix a typo of Grant's for LUCENE-5406. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563855 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e49b5854270..9b7c3e4c878 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -48,10 +48,17 @@ API Changes this term index, pass it directly in your codec, where it can also be configured per-field. (Robert Muir) -* LUCENE-5388: Remove Reader from Tokenizer's constructor. +* LUCENE-5388: Remove Reader from Tokenizer's constructor and from + Analyzer's createComponents. TokenStreams now always get their input + via setReader. (Benson Margulies via Robert Muir - pull request #16) -* LUCENE-5405: Make ShingleAnalzyerWrapper.getWrappedAnalyzer() public final (gsingers) +* LUCENE-5405: If an analysis component throws an exception, Lucene + logs the field name to the info stream to assist in + diagnosis. (Benson Margulies) + +* LUCENE-5406: Make ShingleAnalzyerWrapper.getWrappedAnalyzer() public + final (gsingers) Documentation