Index

A C G I M N O S T V 
All Classes and Interfaces|All Packages

A

ALL - Enum constant in enum class org.elasticsearch.plugin.analysis.AnalysisMode
AnalysisMode representing analysis components that can be used both at index and search time.
AnalysisMode - Enum Class in org.elasticsearch.plugin.analysis
Enum representing the mode in which token filters and analyzers are allowed to operate.
AnalyzerFactory - Interface in org.elasticsearch.plugin.analysis
An analysis component used to create Analyzers.

C

CharFilterFactory - Interface in org.elasticsearch.plugin.analysis
An analysis component used to create char filters.
create() - Method in interface org.elasticsearch.plugin.analysis.AnalyzerFactory
Returns a lucene org.apache.lucene.analysis.Analyzer instance.
create() - Method in interface org.elasticsearch.plugin.analysis.TokenizerFactory
Creates a Tokenizer instance.
create(Reader) - Method in interface org.elasticsearch.plugin.analysis.CharFilterFactory
Wraps the given Reader with a CharFilter.
create(TokenStream) - Method in interface org.elasticsearch.plugin.analysis.TokenFilterFactory
Transform the specified input TokenStream.

G

getAnalysisMode() - Method in interface org.elasticsearch.plugin.analysis.TokenFilterFactory
Get the AnalysisMode this filter is allowed to be used in.
getReadableName() - Method in enum class org.elasticsearch.plugin.analysis.AnalysisMode
Returns a readable name of the analysis mode.

I

INDEX_TIME - Enum constant in enum class org.elasticsearch.plugin.analysis.AnalysisMode
AnalysisMode representing analysis components that can be used only at index time.

M

merge(AnalysisMode) - Method in enum class org.elasticsearch.plugin.analysis.AnalysisMode
Returns a mode that is compatible with both this mode and the other mode, that is: ALL.merge(INDEX_TIME) == INDEX_TIME ALL.merge(SEARCH_TIME) == SEARCH_TIME INDEX_TIME.merge(SEARCH_TIME) throws an IllegalStateException

N

normalize(Reader) - Method in interface org.elasticsearch.plugin.analysis.CharFilterFactory
Normalize a tokenStream for use in multi-term queries.
normalize(TokenStream) - Method in interface org.elasticsearch.plugin.analysis.TokenFilterFactory
Normalize a tokenStream for use in multi-term queries.

O

org.elasticsearch.plugin.analysis - module org.elasticsearch.plugin.analysis
 
org.elasticsearch.plugin.analysis - package org.elasticsearch.plugin.analysis
 

S

SEARCH_TIME - Enum constant in enum class org.elasticsearch.plugin.analysis.AnalysisMode
AnalysisMode representing analysis components that can be used only at search time.

T

TokenFilterFactory - Interface in org.elasticsearch.plugin.analysis
An analysis component used to create token filters.
TokenizerFactory - Interface in org.elasticsearch.plugin.analysis
An analysis component used to create tokenizers.

V

valueOf(String) - Static method in enum class org.elasticsearch.plugin.analysis.AnalysisMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.elasticsearch.plugin.analysis.AnalysisMode
Returns an array containing the constants of this enum class, in the order they are declared.
A C G I M N O S T V 
All Classes and Interfaces|All Packages