mirror of https://github.com/apache/lucene.git
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:
parent
76df7ede38
commit
87729357a7
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue