Is there a way to get the next item in a search

I have a search with 400,000 products and I need a way to get the next product in a search. Right now I cant do that because a normal way to this with Elasticsearch is to filter products that have a score greater than that of the current product. I cant do that with app search. is there a way around this?