i try this: 

> http://host:port
/solr/select?q=YOUR_QUERY&stats=on&stats.field=amount&f.amount.stats.facet=currency&rows=0
 

and this:
> http://host:portsolr
/select?q=amount_us:*+OR+amount_eur:*[+OR+amount_...:*]&stats=on&stats.field=amount_usd&stats.field=amount_eur[&stats.field=amount_...]&rows=0
 

of my index. 

but however i change my request, every request have a Qtime of ~10 seconds
...

my result .... solr StatsComponent cannot be fast on 31 Million documents =(
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Tuning-StatsComponent-tp2225809p2241793.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to