Re: Solr Post Filter: Mixing frange and Boolean Queries

2016-06-28 Thread Erick Erickson
I don't quite know whether it's a typo, but the query you pasted doesn't have an ampersand between the clauses. I'd peel this back and build up my fq clause one bit at a time, I suspect you have a typo, unbalanced parens etc., assuming it isn't just the ampersand. Best, Erick On Tue, Jun 28, 201

Solr Post Filter: Mixing frange and Boolean Queries

2016-06-28 Thread Vasu Y
Hi, I am trying to apply a post filter by using frange and in the same filter, I also need to use boolean queries. When I try this, I get Syntax error. Is there a way to achieve this without writing my own Post Filter Class? Here is what the query & fq looks like: q=Name:test* fq={!frange l=0 u=0