[ 
https://issues.apache.org/jira/browse/LUCENE-9050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16982537#comment-16982537
 ] 

ASF subversion and git services commented on LUCENE-9050:
---------------------------------------------------------

Commit 6f3dc65ef55d885f215adc406df2b9413157df8a in lucene-solr's branch 
refs/heads/branch_8_3 from Alan Woodward
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=6f3dc65 ]

LUCENE-9050: MultiTermIntervalsSource should call visitLeaf() in visit (#1024)

MultiTermIntervalsSource had an empty visit() implementation, which meant
that query visitors would be unaware of its presence in a query tree.


> MultiTermIntervalsSource.visit() is empty
> -----------------------------------------
>
>                 Key: LUCENE-9050
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9050
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Major
>             Fix For: 8.4
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> At the very least it should call visitor.visitLeaf() with something.  This 
> currently causes problems for the monitor, which will interpret the query 
> `IntervalQuery("field", Intervals.prefix("a"))` as a `MatchNoDocsQuery`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to