Re: Solrj Query Performance

2013-11-28 Thread Shawn Heisey
On 11/28/2013 3:01 AM, Ahmet Arslan wrote: > Are you sure you are using the same exact parameters? I would include > enhoParams=all and compare parameters. Only wt parameter would be different. > wt=javabin for solrJ You can also look at the Solr log, which if you are logging at the normal leve

Re: Solrj Query Performance

2013-11-28 Thread Ahmet Arslan
Hi Parsi, Are you sure you are using the same exact parameters? I would include enhoParams=all and compare parameters. Only wt parameter would be different. wt=javabin for solrJ  On Thursday, November 28, 2013 11:42 AM, Prasi S wrote: Hi, We recently saw a behavior which I wanted to confirm

Solrj Query Performance

2013-11-28 Thread Prasi S
Hi, We recently saw a behavior which I wanted to confirm, WE are using solrj to query solr. From the code, we use HttpSolrServer to hit the query and return the response 1. When a sample query is hit using Solrj, we get the QTime as 4seconds. The same query when we hit against solr in the browser,