Re: Apach Solr Exercise 1 Index the Techproducts Data step not working

2023-11-04 Thread Shawn Heisey
On 11/4/2023 00:44, Adrien Grand wrote: Le sam. 4 nov. 2023, 01:58, Qizhi Zheng a écrit : *java -jar -Dc=techproducts -Dauto example\exampledocs\post.jar example\exampledocs\** But I always got the following error messages: *Error: Could not find or load main class org.apache.solr.util

Re: Apach Solr Exercise 1 Index the Techproducts Data step not working

2023-11-04 Thread Shawn Heisey
On 11/4/2023 10:22, Shawn Heisey wrote: java -Dc=techproducts -Dauto -classpath server\solr-webapp\webapp\WEB-INF\lib\solr-core-9.4.0.jar org.apache.solr.cli.SimplePostTool example\exampledocs\* This command also works: bin\solr post -url http://localhost:8983/solr/techproducts/update exampl