Hi
I am working on a node ja project with elasticsearch so i am trying to create index with out replica even though i added that number_of_replicas 0 replica is generating and that gives me problem that document is geting conflict exception so the solution i am looking for is in which method i should add retry_on_conflict so that i get my application running
Thanks in advance