[ 
https://issues.apache.org/jira/browse/SOLR-6759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler updated SOLR-6759:
--------------------------------
    Fix Version/s:     (was: 4.10.3)
                   4.10.4

> ExpandComponent does not call finish() on DelegatingCollectors
> --------------------------------------------------------------
>
>                 Key: SOLR-6759
>                 URL: https://issues.apache.org/jira/browse/SOLR-6759
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Simon Endele
>            Assignee: Joel Bernstein
>             Fix For: 4.10.4, 5.0
>
>         Attachments: ExpandComponent.java.patch
>
>
> We have a PostFilter for ACL filtering in action that has a similar structure 
> as CollapsingQParserPlugin, i.e. it's DelegatingCollector gathers all 
> documents and calls delegate.collect() for all docs finally in its finish() 
> method.
> In contrast to CollapsingQParserPlugin our PostFilter is also called by the 
> ExpandComponent (for purpose).
> But as the finish method is never called by the ExpandComponent, the "expand" 
> section in the result is always empty.
> Tested with Solr 4.10.2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to