I have two indexes: Services and Messages. The both have field "ItemId".
I want to get a result that contains intersection of the both searches that return ItemId field.
[1,3,5] and [1,6,8] => I need only [1]
If I get the first result and then the second one and only after that intersect the arrays I get nothing because each result returns only limited count of hits.
[1,45,789] and [234,54,3] => I get nothing