Re: Parent Child Entity - DataImport

2008-12-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
Are the queries being fired wrong/different when you tried full-import? On Tue, Dec 16, 2008 at 9:57 AM, sbutalia wrote: > > I'ev had a chance to play with this more and noticed the query does run fine > but it only updates the records that are already indexed it doesn't add new > ones. > > The

Re: Parent Child Entity - DataImport

2008-12-15 Thread sbutalia
I'ev had a chance to play with this more and noticed the query does run fine but it only updates the records that are already indexed it doesn't add new ones. The only option that i'ev found so far is to do a full-import with the "clean=false" attribute and created_date > last_indexed_date... I

Re: Parent Child Entity - DataImport

2008-12-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
I do not observe anything wrong. you can also mention the 'deltaImportQuery' and try it someting like On Tue, Dec 16, 2008 at 5:54 AM, sbutalia wrote: > > I have a parent entity that grabs a list of records of a certain type from 1 > table... and a sub-entity that queries another table