Apache Solr quickstart tutorial - error while loading main class SimplePostTool

后端 未结 2 1285
孤街浪徒
孤街浪徒 2021-01-25 06:43

I am following Apache Solr quickstart tutorial. The tutorial comes across indexing a directory of rich files which requires implementing java -Dauto -Drecursive org.ap

2条回答
  •  日久生厌
    2021-01-25 07:01

    This one worked for me

    java -classpath example\exampledocs\post.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/

提交回复
热议问题