remove irrelevant comment now that we pass the reuse strategy

This commit is contained in:
Shay Banon 2013-10-12 21:27:38 +02:00
parent e0b8b58479
commit 8a3df0cf78
1 changed files with 0 additions and 1 deletions

View File

@ -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;