Chris, thanks for the reply. I have an easy question: What's the syntax?
Changing "GET" to "POST" in the form gives me:
Apr 19, 2006 6:37:05 PM org.apache.solr.core.SolrException log
SEVERE: org.xmlpull.v1.XmlPullParserException: only whitespace content
allowed before start tag and not q (position: START_DOCUMENT seen q... @1:1)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1519)
Should I be doing an XML POST with the <select><q>...</q></select> syntax
instead?
Thanks, Brian
-----Original Message-----
From: Chris Hostetter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 18, 2006 10:49 PM
To: [email protected]
Subject: Re: Possible to HTTP POST (very long) queries?
: I'm wondering if it's possible to run a POST instead of a GET when
querying
: Solr, or does this need to be custom coded? Seems like this might be a
way
: to get around it.
Yep, Yonik fixed this arround April 7th, Jira's down right now, but it was
tracked in SOLR-7...
http://issues.apache.org/jira/browse/SOLR-7
-Hoss