query

abstract val query: Query

Returns the Query causing the current match

If this MatchesIterator has been returned from a .getSubMatches call, then returns a TermQuery equivalent to the current match

Should only be called after .next has returned true