Well yes, Thank you so much.
I had lost that point of * in the main query.
With that I get what I expect.
This was awesome. Thanks so much
On Fri, Aug 31, 2012 at 9:49 AM, Chris Hostetter
wrote:
>
> : But faceting using the following URL gives numFound = 0, and all 0's in
> the
> ...
>
Again to elaborate,
the documents all have an indexed field called u_height which is between
160.0 to 172.0
Range queries work on them with the lucene and edismax.
But faceting using the following URL gives numFound = 0, and all 0's in the
facet counts
q=&fq=&start=0&rows=100&fl=u_height,id,scor
Okay my bad for the lack of info :
- When I say doesn't work means numFound = 0
- Whereas range queries on the same fields give documents
- Even adding a value in q gives numFound = 0. using all 3 types of
parsers. Even if dismax doesn't support range queries. edismax and lucene
sh