atris opened a new pull request #742: LUCENE-8882: Extend QueryVisitor To Maintain Metadata State URL: https://github.com/apache/lucene-solr/pull/742 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
