Atri Sharma created LUCENE-8882:
-----------------------------------

             Summary: Add State To QueryVisitor
                 Key: LUCENE-8882
                 URL: https://issues.apache.org/jira/browse/LUCENE-8882
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Atri Sharma


QueryVisitor has no state passed in either up or down recursion. This limits 
the width of decisions that can be taken by visitation of QueryVisitor. For eg, 
for LUCENE-8881, we need a way to specify is the visitor is a rewriter visitor.

 

This Jira proposes adding a property bag model to QueryVisitor, which can then 
be referred to by the Query instance being visited by QueryVisitor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to