Uses of Interface
org.apache.lucene.analysis.tokenattributes.OffsetAttribute
-
Packages that use OffsetAttribute Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.compound A filter that decomposes compound words you find in many Germanic languages into the word parts.org.apache.lucene.analysis.tokenattributes UsefulAttribute
s for text analysis. -
-
Uses of OffsetAttribute in org.apache.lucene.analysis
Classes in org.apache.lucene.analysis that implement OffsetAttribute Modifier and Type Class Description class
Token
A Token is an occurrence of a term from the text of a field.Fields in org.apache.lucene.analysis declared as OffsetAttribute Modifier and Type Field Description protected OffsetAttribute
LookaheadTokenFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as OffsetAttribute Modifier and Type Field Description protected OffsetAttribute
CompoundWordTokenFilterBase. offsetAtt
-
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
The start and end character offset of a Token.
-