As I said earlier too, you must register the DataImportHandler in your
solrconfig.xml

If the solrconfig.xml does not have the following lines, you should add it:

<requestHandler name="/dataimport"
class="org.apache.solr.handler.dataimport.DataImportHandler">
    <lst name="defaults">
      <str name="config">/home/username/data-config.xml</str>
    </lst>
  </requestHandler>

Here data-config.xml should be the one you are using for your core.

On Thu, Oct 9, 2008 at 3:19 PM, sunnyfr <[EMAIL PROTECTED]> wrote:

>
> This is as well my logs :
> http://www.nabble.com/file/p19895639/syslog syslog
>
> I don't know really, I looked for as well dataimport.jsp file ... and I can
> find it :
> /var/lib/tomcat5.5/webapps/solr/admin/dataimport.jsp
>
> Maybe it's my link which is bad, I tried as well with :
> http://solr-test.adm.bookclub.com:8180/solr/book/admin/dataimport
> and again
> http://solr-test.adm.bookclub.com:8180/solr/book/dataimport
>
> if I try admin/ping it works .. no idea?
> --
> View this message in context:
> http://www.nabble.com/Solr-1.3-try-to-fire-delta-import.-tp19879259p19895639.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to