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 interface
ElasticsearchAnalyzerOptionalComponentsStep
The step in an analyzer definition where optional components such as char filters or token filters can be added.interface
ElasticsearchNormalizerOptionalComponentsStep
The 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 ElasticsearchAnalysisOptionalComponentsStep
ElasticsearchAnalysisOptionalComponentsStep. charFilters(String... names)
Set the char filters that the normalizer will use.ElasticsearchAnalysisOptionalComponentsStep
ElasticsearchAnalysisOptionalComponentsStep. tokenFilters(String... names)
Set the token filters that the normalizer will use.
-