Class ConfluenceUnstemmedAnalyzer

java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.AnalyzerWrapper
com.atlassian.confluence.impl.search.v2.lucene.ConfluenceUnstemmedAnalyzer
All Implemented Interfaces:
Closeable, AutoCloseable

public class ConfluenceUnstemmedAnalyzer extends org.apache.lucene.analysis.AnalyzerWrapper
An analyzer that groups non-stemming language analyzers, and delegates to the appropriate one depending on the indexing language (Settings.getIndexingLanguage().
  • 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
     
  • 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

    • ConfluenceUnstemmedAnalyzer

      public ConfluenceUnstemmedAnalyzer(GlobalSettingsManager globalSettingsManager)
  • 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