You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our queries that take advantage of sparse indexes can match many documents at once. We shoud create BulkScorers for them, to be able to use the Collector#collect(DocIdStream) API and collect several doc IDs at once.
The text was updated successfully, but these errors were encountered:
Our queries that take advantage of sparse indexes can match many documents at once. We shoud create
BulkScorer
s for them, to be able to use theCollector#collect(DocIdStream)
API and collect several doc IDs at once.The text was updated successfully, but these errors were encountered: