remove irrelevant comment now that we pass the reuse strategy
This commit is contained in:
parent
e0b8b58479
commit
8a3df0cf78
|
@ -46,7 +46,6 @@ public class NamedAnalyzer extends CustomAnalyzerWrapper {
|
|||
}
|
||||
|
||||
public NamedAnalyzer(String name, AnalyzerScope scope, Analyzer analyzer, int positionOffsetGap) {
|
||||
// our named analyzer always wrap a non per field analyzer, so no need to have per field analyzer
|
||||
super(analyzer.getReuseStrategy());
|
||||
this.name = name;
|
||||
this.scope = scope;
|
||||
|
|
Loading…
Reference in New Issue