My hunch is that the basic_configs is *too* basic for your needs here.  
basic_configs does not include /update/extract - it’s very basic - stripped of 
all the “extra” components.

Try using the default, data_driven_schema_configs instead.

If you’re still having issues, please provide full details of what you’ve tried.

—
Erik Hatcher, Senior Solutions Architect
http://www.lucidworks.com <http://www.lucidworks.com/>




> On Aug 3, 2015, at 1:43 PM, Huiying Ma <mahuiying...@gmail.com> wrote:
> 
> 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

Reply via email to