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