You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/01/12 19:56:00 UTC

[jira] [Updated] (SOLR-6759) ExpandComponent does not call finish() on DelegatingCollectors

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

Cassandra Targett updated SOLR-6759:
------------------------------------
    Component/s: query parsers

> ExpandComponent does not call finish() on DelegatingCollectors
> --------------------------------------------------------------
>
>                 Key: SOLR-6759
>                 URL: https://issues.apache.org/jira/browse/SOLR-6759
>             Project: Solr
>          Issue Type: Bug
>          Components: query parsers
>            Reporter: Simon Endele
>            Assignee: Joel Bernstein
>             Fix For: 4.10.5
>
>         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.4.14#64029)

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