Is aggregation partitions results are unique?

Hi,

I am trying to use partitions for my pagination support. As I read in other posts about this, the terms can be in any partition depend on filed hash value. But, if we traverse all partitions can we get all terms without duplicates? What happens if there is a client side delay(few secs to mins) in between retrieving partitions results? Is it guaranteed that next partition results are unique and non-duplicate to previous partition result assuming there is no change in requested partitions count?

Thanks.

A term is guaranteed to hash to only one partition and always the same partition given the same number of partitions in repeated calls.

Thanks for confirmation.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.