-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
queryRelated to executing queries given an indexRelated to executing queries given an index
Description
Currently IndexSearcher works by iterating over the Query, gathering docs into a Set for each Query node, and combining those Sets.
We want to move to an iterator based approach, similar to what PositionalIter currently does, but where query nodes form nodes in a tree of iterators working together to progressively find matches.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
queryRelated to executing queries given an indexRelated to executing queries given an index
