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

Thanks,
Modassar

On Wed, Jan 27, 2021 at 7:15 PM Modassar Ather 
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 : 30
> Field  :  />
> Query : fl:(term1 OR term2 OR . OR term1)
> rows : 1
> 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
>


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

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