Uses of Interface
org.hibernate.search.backend.elasticsearch.analysis.model.dsl.ElasticsearchAnalysisOptionalComponentsStep
-
Packages that use ElasticsearchAnalysisOptionalComponentsStep Package Description org.hibernate.search.backend.elasticsearch.analysis.model.dsl -
-
Uses of ElasticsearchAnalysisOptionalComponentsStep in org.hibernate.search.backend.elasticsearch.analysis.model.dsl
Subinterfaces of ElasticsearchAnalysisOptionalComponentsStep in org.hibernate.search.backend.elasticsearch.analysis.model.dsl Modifier and Type Interface Description interfaceElasticsearchAnalyzerOptionalComponentsStepThe step in an analyzer definition where optional components such as char filters or token filters can be added.interfaceElasticsearchNormalizerOptionalComponentsStepThe step in a normalizer definition where optional components such as char filters or token filters can be added.Methods in org.hibernate.search.backend.elasticsearch.analysis.model.dsl that return ElasticsearchAnalysisOptionalComponentsStep Modifier and Type Method Description ElasticsearchAnalysisOptionalComponentsStepElasticsearchAnalysisOptionalComponentsStep. charFilters(String... names)Set the char filters that the normalizer will use.ElasticsearchAnalysisOptionalComponentsStepElasticsearchAnalysisOptionalComponentsStep. tokenFilters(String... names)Set the token filters that the normalizer will use.
-