How can i update the data in index when i have multiple docementId

How can i update the data in index when i have multiple docementtId?

Hi @Mohit_Rajput,

What do you mean by multiple document id? Each document indexed by elastic is given just one id. Of course you can have multiple fields that hold unique values that could identify the document that you provide yourself but those are separate from the _id value used by elastic.

What is your use case? As you can see in the documentation provided above you CAN specify the _id value at index time which might be the solution you are looking for.

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