On Sat, 2007-02-03 at 18:41 -0800, Ryan McKinley wrote:
> The 'new' request parser reads the content type header to see if it
> should parse the body as params or not. If the content type is
> "application/x-www-form-urlencoded" it parses them as params, if it is
> "multipart/*" it parses them as
The 'new' request parser reads the content type header to see if it
should parse the body as params or not. If the content type is
"application/x-www-form-urlencoded" it parses them as params, if it is
"multipart/*" it parses them as multipart. if it is *anything* else,
it reads the body as a st
On Sat, 2007-02-03 at 18:14 +0100, Thorsten Scherler wrote:
> Hi all,
>
> I am working on SOLR-133 and I have wrapped up a first version of the
> XmlUpdateRequestHandlerStax.java. Now I am trying to connect it in the
> example but I have some problems.
>
> I am trying:
> class="solr.XmlUpdateReq
Hi all,
I am working on SOLR-133 and I have wrapped up a first version of the
XmlUpdateRequestHandlerStax.java. Now I am trying to connect it in the
example but I have some problems.
I am trying:
Trying to curl to URL=http://localhost:8983/solr/update/stax
I get:
Posting file solr.xml to http:/