After starting solr if you get the following error, that means you need to make some changes in solrconfig.xml(of the core in which error occurred).
Open the xml and correct the path for solr-dataimporthandler-.*\.jar as
<lib dir="/../../../../solr-5.4.1/dist" regex="solr-dataimporthandler-.*\.jar" />
Note: While creating the core this line in not present in solrconfig.xml. We included this line to export data from xml to our core. This line will come under.
<luceneMatchVersion>LUCENE_40</luceneMatchVersion>
0 Comment(s)