Re: Input XML duplicate fields uniqueness

2009-02-18 Thread Adi_Jinx
Shalin Shekhar Mangar wrote: > > How about creating a Solr document for each account and adding the recid > and > updt attributes from the record tag? > > -- > Regards, > Shalin Shekhar Mangar. > > Done... In fact I used this idea and its working fine.. Thanks a ton -- View this message

Re: Input XML duplicate fields uniqueness

2009-02-16 Thread Adi_Jinx
Shalin Shekhar Mangar wrote: > > On Mon, Feb 16, 2009 at 11:47 PM, Adi_Jinx wrote: > > How about creating a Solr document for each account and adding the recid > and > updt attributes from the record tag? > > -- > Regards, > Shalin Shekhar Mangar. > > However then I do need to allow dupl

Re: Input XML duplicate fields uniqueness

2009-02-16 Thread Shalin Shekhar Mangar
On Mon, Feb 16, 2009 at 11:47 PM, Adi_Jinx wrote: > > I was able to index it. Just put this single xml and searched based on > rec.id and response xml returned however input xml tag order was not > maintained. So I was unable to identify which attributes of account belongs > to which account. Is