You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Yonik Seeley <yo...@apache.org> on 2007/04/28 15:26:17 UTC

Re: showing range facet example = by Range ( 1 to 1000 )

On 4/27/07, Jery Cook <tw...@hotmail.com> wrote:
[...]
> I want it to show
> Something like
> by estimated Repairs.
> 1 to 1000[23]
>  1000 - 2000[53]

Sure, and your facet.query parameters should give that to you.

You listed your application output, which no one here knows how to parse.
If I were to guess why you are getting a long list of numbers as
labels, I think
it's probably your parameter &facet.field=estimatedProfit, and has nothing to
do with estimatedRepairs.

If this isn't the case, can you supply a Solr response that shows what
the problem is?

-Yonik