Elasticsearch - Advanced Patterns
You want to paginate through a large dataset sorted by
user_id (ascending) and then timestamp (descending). Which search_after value correctly fetches the next page after user_id=42 and timestamp=1680000000?