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 : 3TB approximately.

Thanks,
Modassar

On Wed, Jan 27, 2021 at 7:15 PM Modassar Ather <modather1...@gmail.com>
wrote:

> 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 : <int name=*"timeAllowed"*>300000</int>
> Field  : <field name=*"fl"*       type=*"string"*         stored=*"true"*
>     />
> Query : fl:(term1 OR term2 OR ..... OR term10000)
> rows : 10000
> wt : json/phps
>
> Recently we have migrated from Solr 6.5.1. The above query used to work
> very fast in this Solr version.
>
> Kindly provide your suggestions.
>
> Best,
> Modassar
>

Reply via email to