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
   should give the result > 0, right?



On Fri, Aug 31, 2012 at 4:33 AM, Chris Hostetter
<hossman_luc...@fucit.org>wrote:

>
> : Query parser = dismax
> : range query :
> : q=field:[a TO b]
> :
> : DOESN'T WORK (Less important question. WHY?)
>
> dismax does not support range query syntax, it never has...
>
> https://wiki.apache.org/solr/DisMaxQParserPlugin#Query_Syntax
>
> : Facet:
>         ...
> : DOESN'T WORK.
>
> Define "DOESN'T WORK" ... what do you expect to get? what do you actaully
> get? is there an error message?
>
>         https://wiki.apache.org/solr/UsingMailingLists
>
> :
> q=&fq=&start=0&rows=100&fl=u_height,id,score&wt=&debugQuery=on&explainOther=&
> :
> facet=on&facet.range.other=all&facet.range.start=160.0&facet.range.end=172.0&facet.range.gap=2.0&facet.range=u_height&facet.range.include=all
> : *&defType=edismax
>
> you're q param is empty, so I unless you have other param defaults in your
> solrconfig you haven't told us about, I suspect you are getting an error
> about needing a q param -- which has nothing to do with faceting -- what
> documents do you want to facet over?
>
>
> -Hoss
>

Reply via email to