Re: intersection of filter queries with raw query parser

2013-06-02 Thread Mikhail Khludnev
Hello Sascha, I propose to call raw parser from standard one by nested query syntax http://searchhub.org/2009/03/31/nested-queries-in-solr/ Regards. On Fri, May 31, 2013 at 3:35 PM, Sascha Szott sz...@zib.de wrote: Hi folks, is it possible to use the raw query parser with a disjunctive

intersection of filter queries with raw query parser

2013-05-31 Thread Sascha Szott
Hi folks, is it possible to use the raw query parser with a disjunctive filter query? Say, I have a field 'foo' and two values 'v1' and 'v2' (the field values are free text and can contain any character). What I want is to retrieve all documents satisying fq=foo:(v1 OR v2). In case only one