On 4/6/06, jason rutherglen <[EMAIL PROTECTED]> wrote:
> I think someone asked about this.  Seems like it would be good to migrate to 
> an XML HTTP POST for the query call to SolrServlet and use and extend the XML 
> query pieces.  I have a requirement to do span queries and would like to 
> implement recomended queries and result highlighting.
Add support for, yes.  I'd want to keep support for the normal
QueryParser syntax at the same time though.

The easiest way would be to add another parameter specifying the
default query syntax.
  qformat=lucene     // default QueryParser syntax
  qformat=xml         // Mark's XML query syntax
  qformat=surround  // Paul's surround query syntax

-Yonik

Reply via email to