On Mar 20, 2009, at 6:39 AM, dabboo wrote:
this is my facet query.
facet
.field
=productPrice_product_str_s&facet.query=productPrice_product_str_s:
[0%20TO%20100]
This is my query and these are results, I am getting:
It is only returning results, which are having values started with
2, 3, 4
or some other integer instead of only 1. It is not returning records
in
which value is >10 and <100.
Please suggest.
If you want the counts filtered, use fq (instead of or in addition to
facet.query). facet.query/facet.field are for generating counts for
documents that match q/fq parameters, but do not themselves filter.
Erik