Interface AnalyzerFactory

All Superinterfaces:
Nameable

public interface AnalyzerFactory extends Nameable
An analysis component used to create Analyzers.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.analysis.Analyzer
    Returns a lucene org.apache.lucene.analysis.Analyzer instance.

    Methods inherited from interface org.elasticsearch.plugin.Nameable

    name
  • Method Details

    • create

      org.apache.lucene.analysis.Analyzer create()
      Returns a lucene org.apache.lucene.analysis.Analyzer instance.
      Returns:
      an analyzer