parent
c2073c343d
commit
a963bc1dc9
|
@ -167,9 +167,6 @@ public abstract class AbstractFieldMapper<T> implements FieldMapper<T>, Mapper {
|
||||||
|
|
||||||
protected T indexAnalyzer(NamedAnalyzer indexAnalyzer) {
|
protected T indexAnalyzer(NamedAnalyzer indexAnalyzer) {
|
||||||
this.indexAnalyzer = indexAnalyzer;
|
this.indexAnalyzer = indexAnalyzer;
|
||||||
if (this.searchAnalyzer == null) {
|
|
||||||
this.searchAnalyzer = indexAnalyzer;
|
|
||||||
}
|
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue