Bool Query against multiple queries

Hello, Is it possible in ES to do a bool search against 2 separate indexes.

Such as...

If ID = 123 and city = 'Austin' in Index1 AND ID = 123 and city =
'Seattle' in Index2 then return record.

Essentially we have separate "partitioned" indexes on Cities and now need
to bring/join together.

I only want the record if it satisfies both indexes.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.