Interface OffsetsRetrievalStrategy

All Known Implementing Classes:
OffsetsFromMatchIterator, OffsetsFromPositions, OffsetsFromTokens, OffsetsFromValues

public interface OffsetsRetrievalStrategy
Determines how match offset regions are computed from MatchesIterator. Several possibilities exist, ranging from retrieving offsets directly from a match instance to re-evaluating the document's field and recomputing offsets from there.