You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Munendra S N (JIRA)" <ji...@apache.org> on 2019/07/08 16:06:00 UTC

[jira] [Resolved] (SOLR-5797) Explain plan transform does not work in Solr cloud

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

Munendra S N resolved SOLR-5797.
--------------------------------
    Resolution: Cannot Reproduce

Not able to reproduce in the latest version

> Explain plan transform does not work in Solr cloud
> --------------------------------------------------
>
>                 Key: SOLR-5797
>                 URL: https://issues.apache.org/jira/browse/SOLR-5797
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.4
>            Reporter: Divya Mehta
>            Priority: Major
>              Labels: explainPlan, solrcloud
>
> explain plan works as expected on single solr node, After moving to Solr Cloud, it does not show any explanation field in returned documents.
> This is how we ask for explain output in our SolrQuery, as
>         SolrQuery sq = new SolrQuery();
>         ........................
>         if (args.getExplain()) {
>             sq.setParam(CommonParams.DEBUG_QUERY, true);
>             sq.addField("explanation:[explain style=text]");
>         }
> I checked the logs at both single node and cloud, but request and its parameters are exactly the same.
> Is this a known issue or does it need some other configuration to make it work on solr cloud. We have one main node and one shard and using standalone zookeeper to manage solr cloud.



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

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