private final HebrewExactAnalyzer analyzer;
@Inject
public HebrewExactAnalyzerProvider(Index index, @IndexSettings Settings indexSettings, Environment env, @Assisted String name, @Assisted Settings settings) throws IOException {
super(index, indexSettings, name, settings);
analyzer = new HebrewExactAnalyzer();
}