Re: DataImportHandler fails silently

2012-01-28 Thread mathieu lacage
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

Re: DataImportHandler fails silently

2012-01-28 Thread mathieu lacage
On Sat, Jan 28, 2012 at 10:35 AM, mathieu lacage mathieu.lac...@alcmeon.com wrote: (I have tried two different sqlite jdbc drivers so, I doubt it could be a problem there, but, who knows). I eventually screamed really loud when I read the source code of the sqlite jdbc drivers: they

Re: DataImportHandler fails silently

2012-01-28 Thread Erik Hatcher
On Jan 28, 2012, at 09:02 , mathieu lacage wrote: This deserves an entry in http://wiki.apache.org/solr/DataImportHandlerFaqwhich I would have updated but it is immutable. *hint to those who have edit powers there* You can make yourself a wiki account and then edit the page. An account is

DataImportHandler fails silently

2012-01-27 Thread mathieu lacage
hi, I have setup my solr installation to run with jetty and I am trying to import an sqlite database in the solr index. I have setup a jdbc sqlite driver: dataConfig dataSource type=JdbcDataSource driver=org.sqlite.JDBC url=jdbc:sqlite:/home/mathieu/data/final.db/ document name=document

Re: DataImportHandler fails silently

2012-01-27 Thread mathieu lacage
On Fri, Jan 27, 2012 at 7:39 PM, mathieu lacage mathieu.lac...@alcmeon.comwrote: It seems to work but the following command reports that only 499 documents were indexed (yes, there are many more documents in my database): And before anyone asks: lst name=statusMessages str name=Total

Re: DataImportHandler fails silently

2012-01-27 Thread Lance Norskog
Do all of the documents have unique id fields? On Fri, Jan 27, 2012 at 10:44 AM, mathieu lacage mathieu.lac...@alcmeon.com wrote: On Fri, Jan 27, 2012 at 7:39 PM, mathieu lacage mathieu.lac...@alcmeon.comwrote: It seems to work but the following command reports that only 499 documents were

Re: DataImportHandler fails silently

2012-01-27 Thread mathieu lacage
Le 28 janv. 2012 à 05:17, Lance Norskog goks...@gmail.com a écrit : Do all of the documents have unique id fields? yes. On Fri, Jan 27, 2012 at 10:44 AM, mathieu lacage mathieu.lac...@alcmeon.com wrote: On Fri, Jan 27, 2012 at 7:39 PM, mathieu lacage mathieu.lac...@alcmeon.comwrote: