Uses of Class
org.elasticsearch.index.analysis.AnalyzerScope

Packages that use AnalyzerScope
org.elasticsearch.index.analysis   
 

Uses of AnalyzerScope in org.elasticsearch.index.analysis
 

Methods in org.elasticsearch.index.analysis that return AnalyzerScope
 AnalyzerScope AnalyzerProvider.scope()
           
 AnalyzerScope NamedAnalyzer.scope()
          The scope of the analyzer.
 AnalyzerScope PreBuiltAnalyzerProvider.scope()
           
 AnalyzerScope AbstractIndexAnalyzerProvider.scope()
           
static AnalyzerScope AnalyzerScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnalyzerScope[] AnalyzerScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.elasticsearch.index.analysis with parameters of type AnalyzerScope
NamedAnalyzer(String name, AnalyzerScope scope, org.apache.lucene.analysis.Analyzer analyzer)
           
PreBuiltAnalyzerProvider(String name, AnalyzerScope scope, T analyzer)
           
PreBuiltAnalyzerProviderFactory(String name, AnalyzerScope scope, org.apache.lucene.analysis.Analyzer analyzer)
           
 



Copyright © 2009-2012. All Rights Reserved.