Problem: traversing through more than 10,000 results in elastic search for a search query.
Is there anyway we can search a specific item without traversing/retrieving whole elastic search database. I came across scrolling but that is a memory intensive task since it will fetch all the unnecessary data in my case.