Interface ElasticsearchAnalyzerTokenizerStep
-
public interface ElasticsearchAnalyzerTokenizerStep
The step in an analyzer definition where the tokenizer can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchAnalyzerOptionalComponentsStep
tokenizer(String name)
Set the tokenizer that the analyzer will use.
-
-
-
Method Detail
-
tokenizer
ElasticsearchAnalyzerOptionalComponentsStep tokenizer(String name)
Set the tokenizer that the analyzer will use.- Parameters:
name
- The name of the tokenizer. There must be a corresponding tokenizer definition on the Elasticsearch server. This can be achieved by defining the tokenizerfrom Hibernate Search
, by configuring the Elasticsearch server directly, or by using built-in tokenizers.- Returns:
- The next step.
-
-