On 1/28/12, mathieu lacage <mathieu.lac...@alcmeon.com> wrote:
>
> Le 28 janv. 2012 à 05:17, Lance Norskog <goks...@gmail.com> a écrit :
>
>> Do all of the documents have unique id fields?
>
> yes.

I have debugged this further with
http://localhost:8080/solr/admin/dataimport.jsp?handler=/dataimport

The returned xml file when I ask for verbose information tells me that
it stopped importing at document #501:
<lst name="document#500"><str>----------- row #1-------------</str>
<int name="id">4992</int>
<str name="thread_title">o/c cg kelle quelle ° ne pas
depasée?</str><str>---------------------------------------------</str>
</lst>
<lst name="document#501"/></lst>

I have changed the start row to see if it was not id 4993 that had a
problem but it is imported correctly when I specify another start row.
i.e., everything stops with no error whatsoever at an empty document
#501, regardless of the underlying db id column. I can't look at the
sql query that is sent to sqlite because, that is not a daemon so, I
wonder what I could look into to debug this.

(I have tried two different sqlite jdbc drivers so, I doubt it could
be a problem there, but, who knows).

Mathieu
-- 
Mathieu Lacage <mathieu.lac...@alcmeon.com>

Reply via email to