On Thu, Apr 3, 2014 at 7:04 PM, Gregory Chanan <gcha...@cloudera.com> wrote: > {!raw f=foobar v=*} OR {!raw f=foobar v=a} > but this seems to give me the same results as the single-clause query.
Right... the query parser is detected as "raw" and the rest of the value is used as the term (or rather it's ambiguous because a "v" is also specified). Try adding a space before the first term, so the default lucene query parser will be used: fq= {!raw f=foobar v=*} {!raw f=foobar v=a} -Yonik http://heliosearch.org - solve Solr GC pauses with off-heap filters and fieldcache