Hey there, I have a doubt about using time allowed. Long ago it used to affect just de queryComponent. Now it seems to be affecting all components.So, in the past, if you used queryComponent, facetComponent and highlightComponent, you might got a subset of the results in the queryComponent due to the query taking too long (and timeAllowed working) but you would always get the highlighted part of the subset.
With the latests versions, it can happen that due to the timeAllowed I get a subset of the results in the queryComponent but due to the timeAllowed too, I get no return on the highlightComponent, which is critical to my use case. Is there any way to avoid that? I remember that in the past there was a TimeLimitingCollector in the GetDocListAndSet function in the SolrIndexSearcher buy now I see that class has changed a lot and does not work that way anymore. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/doubt-about-timeAllowed-tp4257363.html Sent from the Solr - User mailing list archive at Nabble.com.