Interface Matches

  • All Superinterfaces:
    Iterable<String>

    public interface Matches
    extends Iterable<String>
    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(String). Note that you can call getMatches(String) multiple times to retrieve new iterators, but it is not thread-safe.
    WARNING: This API is experimental and might change in incompatible ways in the next release.