Re: Solr timeAllowed metric

2018-08-07 Thread Mikhail Khludnev
facet.method=fc not facet.method=fsc are not, but facet.method=enum has a chance to be stopped when timeAllowed is exceeded. On Tue, Aug 7, 2018 at 9:40 AM Wei wrote: > Thanks Mikhail! Is traditional facet subject to timeAllowed? > > On Mon, Aug 6, 2018 at 3:46 AM, Mikhail Khludnev wrote: > >

Re: Solr timeAllowed metric

2018-08-06 Thread Wei
Thanks Mikhail! Is traditional facet subject to timeAllowed? On Mon, Aug 6, 2018 at 3:46 AM, Mikhail Khludnev wrote: > One note: enum facets might be stopped by timeAllowed. > > On Mon, Aug 6, 2018 at 1:45 PM Mikhail Khludnev wrote: > > > Hello, Wei. > > > > "Document collection" is done along

Re: Solr timeAllowed metric

2018-08-06 Thread Mikhail Khludnev
One note: enum facets might be stopped by timeAllowed. On Mon, Aug 6, 2018 at 1:45 PM Mikhail Khludnev wrote: > Hello, Wei. > > "Document collection" is done along side with "scoring process". So, Solr > will abort the request if > timeAllowed is exceeded during the scoring process. > Query, ML

Re: Solr timeAllowed metric

2018-08-06 Thread Mikhail Khludnev
Hello, Wei. "Document collection" is done along side with "scoring process". So, Solr will abort the request if timeAllowed is exceeded during the scoring process. Query, MLT, grouping are subject of timeAllowed constrains, but facet, json.facet https://issues.apache.org/jira/browse/SOLR-12478, s

Solr timeAllowed metric

2018-08-03 Thread Wei
Hi, We tried to use solr's timeAllowed parameter to restrict the time spend on expensive queries. But as described at https://lucene.apache.org/solr/guide/6_6/common-query-parameters.html#CommonQueryParameters-ThetimeAllowedParameter " This value is only checked at the time of Query Expansion a