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
In TermOrdValLeafComparator#CompetitiveIterator#advance(int target), when posting could not be used to filter competitive documents, then switch to use SortedDocValues to skip docs .
Could we implement the same logic that using NumericDocValues to skip docs in NumericLeafComparator if we could not get a iterator by bkd?
The text was updated successfully, but these errors were encountered:
Description
In
TermOrdValLeafComparator#CompetitiveIterator#advance(int target)
, when posting could not be used to filter competitive documents, then switch to useSortedDocValues
to skip docs .Could we implement the same logic that using
NumericDocValues
to skip docs inNumericLeafComparator
if we could not get a iterator by bkd?The text was updated successfully, but these errors were encountered: