You can mix and match all sorts of things with Solr's flexible query
parsing capabilities.
See the great blog entry by Yonik here:
http://www.lucidimagination.com/blog/2009/03/31/nested-queries-in-solr/
Erik
On Jan 8, 2010, at 5:30 AM, Oliver Beattie wrote:
Can anyone help me out with this? It'd be really appreciated :)
2010/1/7 Oliver Beattie <oli...@obeattie.com>
Hey,
I'm doing a query which involves using an frange in the filter
query — and
I was wondering if there is a way of combing the frange with other
parameters. Something like ({!frange l=x u=y)*do stuff*) AND
*field:param*)
— but obviously this doesn't work. Is there a way of doing this?
—Oliver