Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
-
New
Description
At the moment, we return a single BytesRef from MatchesIterator.term(), which works well for the queries that currently implement this. This won't be enough for queries that operate on more than one term, however, such as phrase or Span queries.
In preparation for LUCENE-8249, this issue will change the method to return an array of BytesRef