Matches
Reports the positions and optionally offsets of all matching terms in a query for a single document
To obtain a MatchesIterator for a particular field, call .getMatches. Note that you can call .getMatches multiple times to retrieve new iterators, but it is not thread-safe.
Inheritors
Properties
Functions
Link copied to clipboard
Returns a MatchesIterator over the matches for a single field, or null if there are no matches in that field.