Re: Problem with DataImportHandler and embedded entities

2013-03-25 Thread Rulian Estivalletti
Did you ever resolve the issue with your full-import only importing 1 document. I'm monitoring the source db and its only issuing one query, it never attempts to query for the other documents on the top of the nest. I'm running into the exact same issue with NO help out there. Thanks in advance

RE: Problem with DataImportHandler and embedded entities

2010-04-21 Thread caman
What is the unique id set in schema? From: Jason Rutherglen [via Lucene] [mailto:ml-node+740744-1209892083-124...@n3.nabble.com] Sent: Wednesday, April 21, 2010 10:56 AM To: caman Subject: Re: Problem with DataImportHandler and embedded entities The other issue now is full-import

Re: Problem with DataImportHandler and embedded entities

2010-04-21 Thread Jason Rutherglen
    >>       >>     >>   >> >> >> On Wed, Apr 21, 2010 at 10:41 AM, caman >> wrote: >>> >>> Hard to tell. >>> >>> >>> >>> Did you try putting the child entity part of main query with subquery. Don't >>> thin

Re: Problem with DataImportHandler and embedded entities

2010-04-21 Thread Jason Rutherglen
gt;> Hard to tell. >> >> >> >> Did you try putting the child entity part of main query with subquery. Don't >> think that is the issue though but worth a try >> >> Select id, updated,( SELECT comment  FROM ratings WHERE app = appParent.id) >> a

Re: Problem with DataImportHandler and embedded entities

2010-04-21 Thread Jason Rutherglen
...@n3.nabble.com] > Sent: Wednesday, April 21, 2010 10:33 AM > To: caman > Subject: Re: Problem with DataImportHandler and embedded entities > > > > Caman, > > I'm storing it. This is what I see when DataImportHandler verbose is turned > on. > > While the fiel

RE: Problem with DataImportHandler and embedded entities

2010-04-21 Thread caman
rglen [via Lucene] [mailto:ml-node+740680-1955771337-124...@n3.nabble.com] Sent: Wednesday, April 21, 2010 10:33 AM To: caman Subject: Re: Problem with DataImportHandler and embedded entities Caman, I'm storing it. This is what I see when DataImportHandler verbose is turned on. While

Re: Problem with DataImportHandler and embedded entities

2010-04-21 Thread Jason Rutherglen
t; will not appear in the document. > > > > From: Jason Rutherglen [via Lucene] > [mailto:ml-node+740624-966329660-124...@n3.nabble.com] > Sent: Wednesday, April 21, 2010 10:15 AM > To: caman > Subject: Problem with DataImportHandler and embedded entities > > > >

RE: Problem with DataImportHandler and embedded entities

2010-04-21 Thread caman
Are you storing the comment field or indexing it? will not appear in the document. From: Jason Rutherglen [via Lucene] [mailto:ml-node+740624-966329660-124...@n3.nabble.com] Sent: Wednesday, April 21, 2010 10:15 AM To: caman Subject: Problem with DataImportHandler and embedded entities

Problem with DataImportHandler and embedded entities

2010-04-21 Thread Jason Rutherglen
I'm using the following data-config.xml with DataImportHandler. I've never used embedded entities before however I'm not seeing the comment show up in the document... I'm not sure what's up.