How to fetch Ids from more than 10k records in single response

I have around 1 million documents , after applying the filters I get more than 10k records, but I do not want whole documents , instead I want the IDS of that records in a single call.How can I do that ?

Hi @Paras_Rangani

You can use _source to select the fields you want. As for pagination, you can use the strategies.

Using _source I am getting 10k IDs Max , I want every Id in single record (1,2,3,4,5, ... 10K+)
@RabBit_BR

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