Interface AnalyzerAttribute

  • All Superinterfaces:
    org.apache.lucene.util.Attribute
    All Known Implementing Classes:
    AnalyzerAttributeImpl

    @Deprecated
    public interface AnalyzerAttribute
    extends org.apache.lucene.util.Attribute
    Deprecated.
    This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler. It provides to this processor the Analyzer, if there is one, which will be used to analyze the query terms.
    • Method Detail

      • setAnalyzer

        void setAnalyzer​(org.apache.lucene.analysis.Analyzer analyzer)
        Deprecated.
      • getAnalyzer

        org.apache.lucene.analysis.Analyzer getAnalyzer()
        Deprecated.