: Yeah, Solr currently only accepts an HTTP-POST with an XML document as
: the post body.  That's not what you will get with a browser-based form
: data / file post.

Also, if i'm reading this comment correctly...

: > It happens to be the form I am submitting it from, here is the output:

...then the document you are trying to submit to Solr *is* the same HTML
form you listed.  Solr XML Documents have a specific format with
information about what the field/values are that you want Solr to index --
it doesn't parse raw text or HTML documents, This Wiki has more
information on the specifics...

        http://wiki.apache.org/solr/UpdateXmlMessages

...as well as links to several examplesdocs...

https://svn.apache.org/repos/asf/incubator/solr/trunk/example/exampledocs/


-Hoss

Reply via email to