Erik, thanks a lot for this example.
Now, all works fine :-)
Original-Nachricht
> Datum: Thu, 13 Nov 2008 06:53:36 -0500
> Von: Erik Hatcher <[EMAIL PROTECTED]>
> An: solr-user@lucene.apache.org
> Betreff: Re: full-import with solrj (solr Java client)
>
On Nov 13, 2008, at 6:20 AM, [EMAIL PROTECTED] wrote:
I want to run a (DataImportHandler) full-import with solrj. I
understand how to send queries with SolrQuery etc., but I don't know
how to construct the "dataimport?command=full-import&commit=true"
path. Which classes do I have to use? Sol