Re: DataImportHandler: no queries when using entity=something

2011-02-05 Thread Darx Oman
sorry add to url "&clean=false" http://solr:8983/solr/dataimport?command=full-import&entity=games&; clean=false this is by mistake it was intended for somebody else

Re: DataImportHandler: no queries when using entity=something

2011-02-03 Thread Erick Erickson
Here's a magic URL, not available from the admin page that may help debugging: /solr/admin/dataimport.jsp Best Erick On Wed, Feb 2, 2011 at 7:38 PM, Jon Drukman wrote: > So I'm trying to update a single entity in my index using > DataImportHandler. > > http://solr:8983/solr/dataimport?comm

Re: DataImportHandler: no queries when using entity=something

2011-02-03 Thread Gora Mohanty
On Thu, Feb 3, 2011 at 3:23 PM, Darx Oman wrote: > add to url "&clean=false" > http://solr:8983/solr/dataimport?command=full-import&entity=games&; > clean=false > > *clean* : (default 'true'). Tells whether to clean up the index before the > indexing is started [...] Sorry, what does that have to

Re: DataImportHandler: no queries when using entity=something

2011-02-03 Thread Darx Oman
check your log file you might have a connection problem

Re: DataImportHandler: no queries when using entity=something

2011-02-03 Thread Darx Oman
add to url "&clean=false" http://solr:8983/solr/dataimport?command=full-import&entity=games&; clean=false *clean* : (default 'true'). Tells whether to clean up the index before the indexing is started >

Re: DataImportHandler: no queries when using entity=something

2011-02-02 Thread Gora Mohanty
On Thu, Feb 3, 2011 at 6:08 AM, Jon Drukman wrote: > So I'm trying to update a single entity in my index using DataImportHandler. > > http://solr:8983/solr/dataimport?command=full-import&entity=games > > It ends near-instantaneously without hitting the database at all, apparently. [...] * Does th