Question on a query

I have a couple of indexes

{"_index":"manf","_type":"views","_id":"48bfd0f3-5e2f-49cb-bae2-1b90e1297dff","_score":1.0, "_source" : {"AIS":"636436410999932","UID":"4553433434","CREATED":"2013-01-23T21:06:20.028Z"}}]}}

{"_index":"manf","_type":"views","_id":"0e728c49-37e0-4636-8fcd-dbaf096ea969","_score":1.0, "_source" : {"CID":"CQN389944884","UID":"4553433434","CREATED":"2013-01-23T21:06:20.028Z"}}]}}

I'd like to write a search for terms

CID=CQN389944884 and AIS=636436410999932 and the UID of both the indexes are equal.

How do I do that ?

--