NamedMatches
Utility class to help extract the set of sub queries that have matched from a larger query.
Individual subqueries may be wrapped using [wrapQuery], and the matching queries for a particular document can then be pulled from the parent [Query]'s [Matches] object by calling [findNamedMatches].
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.