Package org.apache.maven.index.context
Class NexusAnalyzer.LetterOrDigitTokenizer
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.Tokenizer
org.apache.lucene.analysis.util.CharTokenizer
org.apache.maven.index.context.NexusAnalyzer.LetterOrDigitTokenizer
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- NexusAnalyzer
public static class NexusAnalyzer.LetterOrDigitTokenizer
extends org.apache.lucene.analysis.util.CharTokenizer
-
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
-
Constructor Summary
-
Method Summary
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, setReaderTestPoint
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
-
Constructor Details
-
LetterOrDigitTokenizer
public LetterOrDigitTokenizer()
-
-
Method Details
-
isTokenChar
protected boolean isTokenChar(int c) - Specified by:
isTokenChar
in classorg.apache.lucene.analysis.util.CharTokenizer
-