Hi Team,
I want to compare a field between two index are have same value or not. How can we perform that? please provide the suggestions.
Example:
Let's say I have two indexes one is onlineSale and another is offlineSale. And both the index have a field called maxQuantityCanSell. And I want list of items whose maxQuantityCanSell value not same in both the index.
Please suggest are we able to achieve this or not in Elasticsearch.