Multiple Indices

Hey,

i have to extract ids of data sets, which are in an index but not in an
other.

that means: a data set is stored in 2 indices, but in one of this index
this data record has been deleted accidentially - in the other it will
survive ^^.

So is there any possibility to get these data sets with one api call, with
no need to extract all ids and the comparison of them

You mean a "diff" between two indexes? There isn't a way to do it, you need
to code it on teh client side.

On Fri, May 25, 2012 at 7:03 AM, Henri K. hknochi@googlemail.com wrote:

Hey,

i have to extract ids of data sets, which are in an index but not in an
other.

that means: a data set is stored in 2 indices, but in one of this index
this data record has been deleted accidentially - in the other it will
survive ^^.

So is there any possibility to get these data sets with one api call, with
no need to extract all ids and the comparison of them