You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, queryAutosuggest imposes limits on the number of documents considered, and returns no results if these are exceeded (this is unlike query which IIUC will return results if the limits are reached, it will merely stop considering more documents). At the very least, we should document the meaning of paramAutosuggestPrefilterLimit and paramAutosuggestPostfilterLimit.
For debugging search issues with a production dataset, it would be helpful if (a variant of) queryAutosuggest returned an explicit indication whether the query actually had no results or whether it hit a specific limit.
The text was updated successfully, but these errors were encountered:
See also #13. Prior to that, autosuggest queries could compute unions/intersections of very large document ID sets even before the pre-filter limit was enforced.
At the moment,
queryAutosuggest
imposes limits on the number of documents considered, and returns no results if these are exceeded (this is unlikequery
which IIUC will return results if the limits are reached, it will merely stop considering more documents). At the very least, we should document the meaning ofparamAutosuggestPrefilterLimit
andparamAutosuggestPostfilterLimit
.For debugging search issues with a production dataset, it would be helpful if (a variant of)
queryAutosuggest
returned an explicit indication whether the query actually had no results or whether it hit a specific limit.The text was updated successfully, but these errors were encountered: