Class NexusAnalyzer.DeprecatedClassnamesTokenizer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    NexusAnalyzer

    @Deprecated
    public static class NexusAnalyzer.DeprecatedClassnamesTokenizer
    extends org.apache.lucene.analysis.util.CharTokenizer
    Deprecated.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource

        org.apache.lucene.util.AttributeSource.State
    • Field Summary

      • Fields inherited from class org.apache.lucene.analysis.util.CharTokenizer

        DEFAULT_MAX_WORD_LEN
      • Fields inherited from class org.apache.lucene.analysis.Tokenizer

        input
      • Fields inherited from class org.apache.lucene.analysis.TokenStream

        DEFAULT_TOKEN_ATTRIBUTE_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected boolean isTokenChar​(int i)
      Deprecated.
       
      • Methods inherited from class org.apache.lucene.analysis.util.CharTokenizer

        end, fromSeparatorCharPredicate, fromSeparatorCharPredicate, fromTokenCharPredicate, fromTokenCharPredicate, incrementToken, reset
      • Methods inherited from class org.apache.lucene.analysis.Tokenizer

        close, correctOffset, setReader
      • Methods inherited from class org.apache.lucene.util.AttributeSource

        addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeprecatedClassnamesTokenizer

        public DeprecatedClassnamesTokenizer()
        Deprecated.
    • Method Detail

      • isTokenChar

        protected boolean isTokenChar​(int i)
        Deprecated.
        Specified by:
        isTokenChar in class org.apache.lucene.analysis.util.CharTokenizer