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