[ 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to