You haven't given us much information here, it might help to review:
http://wiki.apache.org/solr/UsingMailingLists

In addition to Kenf_nc's  comments, your sorting may be
an issue, especially if you're measuring the first query
times.

What does debugQuery=on show? How many docs in your index?
How much RAM are you allocating to the JVM? Have you looked
at your cache statistics on the admin page?

Best
Erick

On Fri, Jan 14, 2011 at 3:26 AM, saureen <saureen_ad...@yahoo.co.in> wrote:

>
> I am working on an application that requires fetching results from solr
> based
> on date parameter..earlier i was using sharding to fetch the results but
> that was making things too slow,so instead of sharding,i queried on three
> different cores with the same parameters and merged the results..still the
> things are slow..
>
> for one call i generally get around 500 to 1000 docs from solr..so
> basically
> i am including following parameters in url for solr call
>
> sort=created+desc
> json.nl=map
> wt=json
> rows=1000
> version=1.2
> omitHeader=true
> fl=title
> start=0
> q=apple
> qt=standard
> fq=created:[date1 TO date2]
>
>
> Its taking long time to get the results,any solution for the above problem
> would be great..
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/solr-speed-issues-tp2254823p2254823.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to