mirror of https://github.com/apache/lucene.git
parent
723c05b047
commit
6fde1db228
|
@ -51,7 +51,7 @@ import org.apache.lucene.util.CloseableThreadLocal;
|
||||||
* return new TokenStreamComponents(source, filter);
|
* return new TokenStreamComponents(source, filter);
|
||||||
* }
|
* }
|
||||||
* {@literal @Override}
|
* {@literal @Override}
|
||||||
* protected TokenStream normalize(TokenStream in) {
|
* protected TokenStream normalize(String fieldName, TokenStream in) {
|
||||||
* // Assuming FooFilter is about normalization and BarFilter is about
|
* // Assuming FooFilter is about normalization and BarFilter is about
|
||||||
* // stemming, only FooFilter should be applied
|
* // stemming, only FooFilter should be applied
|
||||||
* return new FooFilter(in);
|
* return new FooFilter(in);
|
||||||
|
|
Loading…
Reference in New Issue