I'm using multiple threads in c# to isert documents in c# as below but some times document is not inserted into elstic search search.
var indexResponse = elasticClient.IndexDocument(testReport);
But if I try the following code which iterates through all documents in mongo db and then inserts into elastic all documents are getting inserted successfully. Please help to resolve this issue
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.