Interface LuceneAnalyzerTokenizerStep
-
public interface LuceneAnalyzerTokenizerStep
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 LuceneAnalyzerOptionalComponentsStep
tokenizer(Class<? extends TokenizerFactory> factory)
Set the tokenizer to use.
-
-
-
Method Detail
-
tokenizer
LuceneAnalyzerOptionalComponentsStep tokenizer(Class<? extends TokenizerFactory> factory)
Set the tokenizer to use.- Parameters:
factory
- The factory that will create the tokenizer.- Returns:
- The next step.
-
-