Hi Aman, I think it is possible.
1. Use fl parameter. 2. Add all the 4 fields in both the schemas[schemas of core 1 and 2]. 3. While querying use &fl=id,name,type,page. It will return all the fields. The document that has no data for this field, the field will be an empty string. Ex: {id:111,name: "abc", type:"", page""} {page:17, type: "fiction", id:"", name:""} Thanks On Mon, May 12, 2014 at 7:10 AM, Aman Tandon <amantandon...@gmail.com>wrote: > please help me out here!! > > With Regards > Aman Tandon > > > On Sun, May 11, 2014 at 1:44 PM, Aman Tandon <amantandon...@gmail.com > >wrote: > > > Hi, > > > > Is there a way possible to retrieve all the fields present in both the > > cores(core 1 and core2). > > > > e.g. > > core1: {id:111,name: "abc" } > > > > core2: {page:17, type: "fiction"} > > > > I want is that, on querying both the cores I want to retrieve the results > > containing all the 4 fields, fields id, name from core1 and page, type > from > > core2. Is it possible? > > > > With Regards > > Aman Tandon > > >