Class ScopedAnalyzer

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class ScopedAnalyzer
    extends org.apache.lucene.analysis.DelegatingAnalyzerWrapper
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ScopedAnalyzer.Builder  
      • Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer

        org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
    • Field Summary

      • Fields inherited from class org.apache.lucene.analysis.Analyzer

        GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.lucene.analysis.Analyzer getWrappedAnalyzer​(String absoluteFieldPath)  
      • Methods inherited from class org.apache.lucene.analysis.DelegatingAnalyzerWrapper

        wrapComponents, wrapReader, wrapReaderForNormalization, wrapTokenStreamForNormalization
      • Methods inherited from class org.apache.lucene.analysis.AnalyzerWrapper

        attributeFactory, createComponents, getOffsetGap, getPositionIncrementGap, initReader, initReaderForNormalization, normalize
      • Methods inherited from class org.apache.lucene.analysis.Analyzer

        close, getReuseStrategy, getVersion, normalize, setVersion, tokenStream, tokenStream
    • Method Detail

      • getWrappedAnalyzer

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