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
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
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
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
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