On 2/6/2018 6:00 PM, @Nandan@ wrote:
Even I tried this one before also. And everytime getting below result.
C:\solr\bin>post -c films example/books_data.csv
'post' is not recognized as an internal or external command,
operable program or batch file.
C:\solr\bin>cd ..
C:\solr>bin/post -c films example/books_data.csv
'bin' is not recognized as an internal or external command,
operable program or batch file.
I google it but not able to find exact solution.
Please check and Provide me solution.
The post tool is a shell script. There is currently no equivalent for
Windows.
You can look at the "post" file in the bin directory to see the Java
commandline that is used to call the post tool. A similar java
commandline can be called by hand on Windows.
Thanks,
Shawn