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
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
>>
>>
>>
>>
>>
>> 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
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
...@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
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
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
>
>
>
>
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
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.