RE: Slow Solr 8 response for long query

2020-10-05 Thread Permakoff, Vadim
t;time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":0.0}}, "process":{ "time":16133.0, "query":{ "time":16133.0}, "facet":{

Re: Slow Solr 8 response for long query

2020-09-30 Thread Erick Erickson
Increasing the number of rows should not have this kind of impact in either version of Solr, so I think there’s something fundamentally strange in your setup. Whether returning 10 or 300 documents, every document has to be scored. There are two differences between 10 and 300 rows: 1> when retu

Re: Slow Solr 8 response for long query

2020-09-29 Thread Alexandre Rafalovitch
What do the debug versions of the query show between two versions? One thing that changed is sow (split on whitespace) parameter among many. It is unlikely to be the cause, but I am mentioning just in case. https://lucene.apache.org/solr/guide/8_6/the-standard-query-parser.html#standard-query-pars