Re: Query is timing out.

2021-01-28 Thread Modassar Ather
Hi, The above boolean query works fine when the rows fetched are smaller like 10/20 but when it is increased to a bigger number it slows down. Is document collection very expensive? Is there any configuration I am missing? *Solr setup details:* Mode : SolrCloud Number of Shards : 12 Index size :

Query is timing out.

2021-01-27 Thread Modassar Ather
Hi, The boolean query with a bigger value for *rows *times out with the following message. The request took too long to iterate over terms. Timeout: timeoutAt Solr version : Solr 8.6.3 Time allowed : 30 Field : Query : fl:(term1 OR term2 OR . OR term1) rows : 1 wt : json/phps