Interface TokenizerFactory

All Superinterfaces:
Nameable

public interface TokenizerFactory extends Nameable
An analysis component used to create tokenizers.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.analysis.Tokenizer
    Creates a Tokenizer instance.

    Methods inherited from interface org.elasticsearch.plugin.Nameable

    name
  • Method Details

    • create

      org.apache.lucene.analysis.Tokenizer create()
      Creates a Tokenizer instance.
      Returns:
      a tokenizer