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
This commit is contained in:
Benson Margulies 2014-02-03 12:04:33 +00:00
parent 76df7ede38
commit 87729357a7
1 changed files with 9 additions and 2 deletions

View File

@ -48,10 +48,17 @@ API Changes
this term index, pass it directly in your codec, where it can also be configured this term index, pass it directly in your codec, where it can also be configured
per-field. (Robert Muir) 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) (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 Documentation