Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip docs with Docvalues in NumericLeafComparator #12401

Closed
LuXugang opened this issue Jun 28, 2023 · 0 comments · Fixed by #12405
Closed

Skip docs with Docvalues in NumericLeafComparator #12401

LuXugang opened this issue Jun 28, 2023 · 0 comments · Fixed by #12405
Assignees

Comments

@LuXugang
Copy link
Member

Description

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants