org.apache.solr.common.SolrException: Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler

前端 未结 4 606
遇见更好的自我
遇见更好的自我 2021-01-02 02:50

I am new for solr. I have installed apache tomcat 7.0 on my server and I have solr 3.6.1 on server.

I have solr-home folder set by network guys on my D:\\ drive. Th

4条回答
  •  一向
    一向 (楼主)
    2021-01-02 03:24

    you have to edit solrconfig.xml and add the path to the library as well, e.g.:

    
    

    ..if you still have it in that directory. In the example solrconfigs I found they put it right underneath

    LUCENE_40
    

提交回复
热议问题