Re: SPAN queries in solr

2012-11-25 Thread Anirudha Jadhav
thanks Erik. Nested Queries help. I'll keep working on the XML Query parser on the side. -Ani On Sun, Nov 25, 2012 at 5:18 PM, Erik Hatcher wrote: > _query_: -- Anirudha P. Jadhav

Re: SPAN queries in solr

2012-11-25 Thread Erik Hatcher
It'll be impossible to have one query parser that can do it all. Making it possible to combine queries parsed/interpreted in different ways is the way to go. Please note that you can mix-and-match query parsers already. So if surround works for part of your query, but you also need ranges, co

Re: SPAN queries in solr

2012-11-25 Thread Anirudha Jadhav
played around with the surround query parser, while its good. Its not even near complete w.r.t supporting all different types of queries viz. rangeQueries etc. Let me know if i am missing something in understand the surround parser. The XML parser seems to be a better choice, I'll try applying it

Re: SPAN queries in solr

2012-11-23 Thread Anirudha Jadhav
Can this be made to work with solr 3.5 ? i will give it a try. Thanks On Nov 23, 2012, at 17:28, simon wrote: > take a look at SOLR-2703, which was committed for 4.0. It provides a Solr > wrapper for the surround query parser, which supports span queries. > > On Fri, Nov 23, 2012 at 3:38 PM

Re: SPAN queries in solr

2012-11-23 Thread simon
take a look at SOLR-2703, which was committed for 4.0. It provides a Solr wrapper for the surround query parser, which supports span queries. On Fri, Nov 23, 2012 at 3:38 PM, Anirudha Jadhav wrote: > What is the best way to use span queries in solr ? > > I see https://issues.apache.org/jira/brow