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

LUCENE-8882: Extend QueryVisitor To Maintain Metadata State #742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atris
Copy link
Contributor

@atris atris commented Jun 26, 2019

This commit introduces the notion of state to QueryVisitor API, thus
allowing queries to pass metadata across the entire query tree. This
can allow things like upper queries making intelligent decisions
for cases like IndexOrDocValuesQuery, or cases where a sorted
index can benefit from a sorted index query.

This commit introduces the notion of state to QueryVisitor API, thus
allowing queries to pass metadata across the entire query tree. This
can allow things like upper queries making intelligent decisions
for cases like IndexOrDocValuesQuery, or cases where a sorted
index can benefit from a sorted index query
@atris
Copy link
Contributor Author

atris commented Jul 1, 2019

Any thoughts on this? Happy to iterate

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