Uses of Interface
org.apache.lucene.analysis.tokenattributes.OffsetAttribute
-
Packages that use OffsetAttribute Package Description org.apache.lucene.analysis.tokenattributes org.elasticsearch.search.suggest.phrase -
-
Uses of OffsetAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement OffsetAttribute Modifier and Type Class Description classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttribute -
Uses of OffsetAttribute in org.elasticsearch.search.suggest.phrase
Fields in org.elasticsearch.search.suggest.phrase declared as OffsetAttribute Modifier and Type Field Description protected OffsetAttributeDirectCandidateGenerator.TokenConsumer. offsetAttr
-