java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.AnalyzerWrapper
com.echothree.model.control.index.server.analysis.BasicAnalyzer
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ContactMechanismAnalyzer, ContentCategoryAnalyzer, EntityListItemAnalyzer, EntityTypeAnalyzer, ForumMessageAnalyzer, HarmonizedTariffScheduleCodeAnalyzer, ItemAnalyzer, OfferAnalyzer, PartyAnalyzer, SecurityRoleAnalyzer, SecurityRoleGroupAnalyzer, UseAnalyzer, UseTypeAnalyzer

public class BasicAnalyzer 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.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.commons.logging.Log
     

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

    GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BasicAnalyzer(ExecutionErrorAccumulator eea, Language language, EntityType entityType, List<EntityAliasType> entityAliasTypes, List<EntityAttribute> entityAttributes, List<TagScope> tagScopes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected Map<String,org.apache.lucene.analysis.Analyzer>
    getEntityTypeAnalyzers(Map<String,org.apache.lucene.analysis.Analyzer> fieldAnalyzers)
     
    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

    attributeFactory, createComponents, getOffsetGap, getPositionIncrementGap, initReader, initReaderForNormalization, normalize, wrapReader, wrapReaderForNormalization, wrapTokenStreamForNormalization

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

    getReuseStrategy, normalize, tokenStream, tokenStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait