Interface AnalyzerConfiguration.Name

Enclosing class:
AnalyzerConfiguration

public static interface AnalyzerConfiguration.Name
Schema for the name of the Apache Lucene analyzer to use for text indexing. The default value varies depending on the analyzer usage: * For search indexes the default is `standard` * For query text indexes the default is `keyword` * For a query text index default_field the default is `standard`.