Uses of Class
org.elasticsearch.index.analysis.AnalysisMode
-
Packages that use AnalysisMode Package Description org.elasticsearch.index.analysis -
-
Uses of AnalysisMode in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis that return AnalysisMode Modifier and Type Method Description AnalysisModeAnalyzerComponents. analysisMode()AnalysisModeCustomAnalyzer. getAnalysisMode()AnalysisModeNamedAnalyzer. getAnalysisMode()Returns whether this analyzer can be updatedAnalysisModeReloadableCustomAnalyzer. getAnalysisMode()default AnalysisModeTokenFilterFactory. getAnalysisMode()Get theAnalysisModethis filter is allowed to be used in.static AnalysisModeAnalysisMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalysisMode[]AnalysisMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.analysis with parameters of type AnalysisMode Modifier and Type Method Description voidNamedAnalyzer. checkAllowedInMode(AnalysisMode mode)Checks the wrapped analyzer for the provided restrictedAnalysisModeand throws an error if the analyzer is not allowed to run in that mode.
-