Elasticsearch Nest Bulk Delete in C#

How can we do bulk delete comparing two (2) indexes/indices in C# ?

You can not really "compare" two indices.

You can scroll one index and fetch all individual documents and then for each do a lookup or a search in the second index. Nothing automatic I mean.

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