Add the debugQuery=true parameter and look at the "timing" section to see
which search component is consuming the time. Are you using faceting or
highlighting?
7 million documents is actually a fairly small index.
-- Jack Krupansky
-----Original Message-----
From: mizayah
Sent: Wednesday, May 14, 2014 4:41 PM
To: solr-user@lucene.apache.org
Subject: slow performance on simple filter
Hey,
I got pretty big index with about 7 mln doccuments.
I got pretty slow query when i ask about common word. Nothing changes when i
ask by q or fq.
params={fl=score,class_name&indent=true&q=*:*&wt=xml&fq=class_name:CdnFile}
hits=5594978 status=0 QTime=408
It't not about my hardware tho. I was sure solr is blazing fast if i do such
simple queries.
Why my query is so slow? Its because of to frequent worl "CdnFile"?
PS.
I index only this field into elasticsearch and im getting same responses
like in 0,08s
--
View this message in context:
http://lucene.472066.n3.nabble.com/slow-performance-on-simple-filter-tp4135613.html
Sent from the Solr - User mailing list archive at Nabble.com.