Class ConfluenceAnalyzer

java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.AnalyzerWrapper
com.atlassian.confluence.impl.search.v2.lucene.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfluenceAnalyzer(GlobalSettingsManager globalSettingsManager, UserDictionaryFactory userDictionaryFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.lucene.analysis.Analyzer
     
    protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents
    wrapComponents(String fieldName, org.apache.lucene.analysis.Analyzer.TokenStreamComponents components)
     

    Methods inherited from class org.apache.lucene.analysis.AnalyzerWrapper

    createComponents, getOffsetGap, getPositionIncrementGap, initReader

    Methods inherited from class org.apache.lucene.analysis.Analyzer

    close, tokenStream, tokenStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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