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 and Document collection" . Does that mean Solr will not abort the request if timeAllowed is exceeded during the scoring process? What are the components (query, facet, stats, debug etc) this metric is effectively used? Thanks, Wei