Interface IndexAnalyzers

All Superinterfaces:
AutoCloseable, Closeable

public interface IndexAnalyzers extends Closeable
IndexAnalyzers contains a name to analyzer mapping for a specific index. This class only holds analyzers that are explicitly configured for an index and doesn't allow access to individual tokenizers, char or token filter.
See Also: