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
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
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
check your log file you might have a connection problem
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
>
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