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.
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
: 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
Sounds like the Solr Admin UI is too-aggressively encoding the query part of
the URL for display. Each query parameter value needs to be encoded, not the
entire URL query string as a whole.
-- Jack Krupansky
-Original Message-
From: ethereal
Sent: Wednesday, June 05, 2013 4:11 PM
To: