Hello, I just downloaded solr, copied the config sets in _default to my new core, copied post.jar to where I have the files I want to index, created the new core using the web GUI, everything seems right, but when I ran:
Java -Dauto -Dc=mynewcore -jar post.jar *.html It keeps saying: SimplePostTool: WARNING: IOException while reading response: java.io.FileNotFoundException: http://localhost:8983/solr/mynescore/update/extract?resource.name=%3cpath_of_the_files> I’m new at using solr, so I’m pretty sure I missed something, can anybody tell me what I missed? Thanks.