Class ConfluenceAnalyzer

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ConfluenceAnalyzer
    extends org.apache.lucene.analysis.AnalyzerWrapper
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer

        org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
    • Method Detail

      • getWrappedAnalyzer

        protected org.apache.lucene.analysis.Analyzer getWrappedAnalyzer​(String fieldName)
        Specified by:
        getWrappedAnalyzer in class org.apache.lucene.analysis.AnalyzerWrapper
      • wrapComponents

        protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents wrapComponents​(String fieldName,
                                                                                           org.apache.lucene.analysis.Analyzer.TokenStreamComponents components)
        Specified by:
        wrapComponents in class org.apache.lucene.analysis.AnalyzerWrapper