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
It would be nice if the Count API had an option to terminate once a specified count has been reached. This would be a nice enhancement if the purpose of the count request is just to figure out if matching documents exists given a query (as is the case for collate option in PhraseSuggester #3482)
The text was updated successfully, but these errors were encountered:
Allow users to control document collection termination, if a specified terminate_after number is
set. Upon setting the newly added parameter, the response will include a boolean terminated_early
flag, indicating if the document collection for any shard terminated early.
closeselastic#6876
Allow users to control document collection termination, if a specified terminate_after number is
set. Upon setting the newly added parameter, the response will include a boolean terminated_early
flag, indicating if the document collection for any shard terminated early.
closes#6876
It would be nice if the Count API had an option to terminate once a specified count has been reached. This would be a nice enhancement if the purpose of the count request is just to figure out if matching documents exists given a query (as is the case for collate option in PhraseSuggester #3482)
The text was updated successfully, but these errors were encountered: