Re: Solrj Stats encoding problem

2013-06-10 Thread ethereal
Yeah, that's right, I just set all the params in "q" param. Stupid mistake. Thanks, Chris. -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-Stats-encoding-problem-tp4068429p4069431.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrj Stats encoding problem

2013-06-05 Thread Shawn Heisey
On 6/5/2013 2:11 PM, ethereal wrote: Hi, I've tested a query using solr admin web interface and it works fine. But when I'm trying to execute the same search using solrj, it doesn't include Stats information. I've figured out that it's because my query is encoded. Original query is like q=eventT

Re: Solrj Stats encoding problem

2013-06-05 Thread Chris Hostetter
: I've tested a query using solr admin web interface and it works fine. : But when I'm trying to execute the same search using solrj, it doesn't : include Stats information. : I've figured out that it's because my query is encoded. I don't think you are understading how to use SolrJ andthe SolrQu

Re: Solrj Stats encoding problem

2013-06-05 Thread Jack Krupansky
: solr-user@lucene.apache.org Subject: Solrj Stats encoding problem Hi, I've tested a query using solr admin web interface and it works fine. But when I'm trying to execute the same search using solrj, it doesn't include Stats information. I've figured out that it's be

Solrj Stats encoding problem

2013-06-05 Thread ethereal
); QueryResponse query = getSolrServer().query(solrQuery); -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-Stats-encoding-problem-tp4068429.html Sent from the Solr - User mailing list archive at Nabble.com.