Uses of Interface
org.hibernate.search.backend.elasticsearch.analysis.model.dsl.ElasticsearchAnalysisOptionalComponentsStep
Packages that use ElasticsearchAnalysisOptionalComponentsStep
-
Uses of ElasticsearchAnalysisOptionalComponentsStep in org.hibernate.search.backend.elasticsearch.analysis.model.dsl
Subinterfaces of ElasticsearchAnalysisOptionalComponentsStep in org.hibernate.search.backend.elasticsearch.analysis.model.dslModifier and TypeInterfaceDescriptioninterfaceThe step in an analyzer definition where optional components such as char filters or token filters can be added.interfaceThe 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 ElasticsearchAnalysisOptionalComponentsStepModifier and TypeMethodDescriptionElasticsearchAnalysisOptionalComponentsStep.charFilters(String... names) Set the char filters that the normalizer will use.ElasticsearchAnalysisOptionalComponentsStep.tokenFilters(String... names) Set the token filters that the normalizer will use.