Interface ElasticsearchAnalyzerTokenizerStep
public interface ElasticsearchAnalyzerTokenizerStep
The step in an analyzer definition where the tokenizer can be set.
-
Method Summary
Modifier and TypeMethodDescriptionSet the tokenizer that the analyzer will use.
-
Method Details
-
tokenizer
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.
-