Class OffsetsFromMatchIterator

java.lang.Object
org.apache.lucene.search.matchhighlight.OffsetsFromMatchIterator
All Implemented Interfaces:
OffsetsRetrievalStrategy

public final class OffsetsFromMatchIterator extends Object implements OffsetsRetrievalStrategy
This strategy retrieves offsets directly from MatchesIterator, if they are available, otherwise it falls back to using OffsetsFromPositions.