Solr 1.3 will have query parser plugins... so you could write your own parser that utilized span queries. -Yonik
On Feb 2, 2008 2:48 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: > Do you know if it is currently possible to use the SpanQuery feature of > Lucene in Solr 1.3. We would like to use nested span queries such as > (("A B") near ("C D")). > Do a request handler support such feature ? Or, any idea how could we > perform ?