Description
In solr/example/solr/collection1/conf/solrconfig.xml this declaration:
<lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" /> <lib dir="../../contrib/extraction/lib" regex=".*\.jar" />
should be:
<lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" /> <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" />
This problem happened when the example/solr became example/solr/collection1.
Attachments
Attachments
Issue Links
- depends upon
-
SOLR-1770 move default example core config/data into a collection1 folder
- Closed