Re: SolrCloud: no timing when no result in distributed mode

2013-08-27 Thread Elodie Sannier
Hello, I'm using the 4.4.0 version but I still have the problem. Should I create a JIRA issue for it ? Elodie On 06/21/2013 02:54 PM, Elodie Sannier wrote: Hello, I am using SolrCloud 4.2.1 with two shards, with the debugQuery=true parameter, when a query does not return documents then the

SolrCloud: no timing when no result in distributed mode

2013-06-21 Thread Elodie Sannier
Hello, I am using SolrCloud 4.2.1 with two shards, with the debugQuery=true parameter, when a query does not return documents then the timing debug information is not returned: curl -sS http://localhost:8983/solr/select?q=dummydebugQuery=true; | grep -o 'lst name=\timing\.*' If i use the

RE: SolrCloud: no timing when no result in distributed mode

2013-06-21 Thread James Thomas
Seems to work fine for me on 4.3.0, maybe you can try a newer version. 4.3.1 is available. -Original Message- From: Elodie Sannier [mailto:elodie.sann...@kelkoo.fr] Sent: Friday, June 21, 2013 8:54 AM To: solr-user@lucene.apache.org solr-user@lucene.apache.org Subject: SolrCloud: no

Re: SolrCloud: no timing when no result in distributed mode

2013-06-21 Thread Elodie Sannier
Unfortunately I cannot use the 4.3.0 version because I'm using solr.xml sharedLib which does not work in 4.3.0 (cf. https://issues.apache.org/jira/browse/SOLR-4791). Elodie On 06/21/2013 03:30 PM, James Thomas wrote: Seems to work fine for me on 4.3.0, maybe you can try a newer version. 4.3.1

Re: SolrCloud: no timing when no result in distributed mode

2013-06-21 Thread Shawn Heisey
On 6/21/2013 8:53 AM, Elodie Sannier wrote: Unfortunately I cannot use the 4.3.0 version because I'm using solr.xml sharedLib which does not work in 4.3.0 (cf. https://issues.apache.org/jira/browse/SOLR-4791). You have two options: Download the 4.3.0 source code, patch it with the patch