Uses of Interface
org.apache.lucene.analysis.tokenattributes.TypeAttribute
-
Packages that use TypeAttribute Package Description org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis. -
-
Uses of TypeAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement TypeAttribute Modifier and Type Class Description class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
TypeAttributeImpl
Default implementation ofTypeAttribute
.
-