Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
One should be able to optionally specify an alternate query syntax on a per-query basis
http://www.nabble.com/Using-HTTP-Post-for-Queries-tf3039973.html#a8483387
Many benefits, including avoiding the need to do query parser escaping for simple term or prefix queries.
Possible Examples:
fq=<!term field="myfield">The Term
fq=<!prefix field="myfield">The Prefix
q=<!qp op="AND">a b
q=<!xml><?xml...> // lucene XML query syntax?