Hi everyone, I created a core with the basic config sets and schema, when I use bin/post to post one html file, I got the error:
SimplePostTool: WARNING: IOException while reading response: java.io.FileNotFoundException...... HTTP ERROR 404 when I go to localhost:8983/solr/core/update, I got: <response> <lst name="responseHeader"> <int name="status">400</int> <int name="QTime">3<int> </lst> <lst name="error"> <str name="msg">missing content stream</str> <int name="code">400</int> </lst> </response> I'm really new to solr and wondering if anyone know how to index html files according to my own schema and how to configure the schema.xml or solrconfig file. Thank you so much! Thanks, Huiying