Interface ElasticsearchAnalyzerTokenizerStep


public interface ElasticsearchAnalyzerTokenizerStep
The step in an analyzer definition where the tokenizer can be set.
  • 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 tokenizer from Hibernate Search, by configuring the Elasticsearch server directly, or by using built-in tokenizers.
      Returns:
      The next step.