#3 is answered here https://stackoverflow.com/a/33192998/4822174

On Tue, Jul 13, 2021 at 11:32 AM Avremel <avre...@gmail.com> wrote:

> Hey Folks,
>
> I am working on porting over an Endeca v6 setup over to Solr 8. I have a
> few questions regarding configuring facets.
>
> 1. With Endeca, I can mix ranges and individual dimension values in the
> same dimension. For example, prices between $0-$100 as well as $101 in the
> same facet query. Is that possible in Solr?
>
> 2. With Endeca, I can specify nested ranges for a dimension. For example,
> by default I will show these ranges: $0-$100 and $100-$200, but if all
> products fall between $100-$200 I will show $100-$150 and $150-$200. Can
> this be accomplished with the Solr API? Or am I thinking about this wrong.
>
> 3. The distribution of some facet values can vary widely depending on
> which cut of data is being looked at. For example, measurements
> (width/height/depth). Ideally, I would analyze the distribution of a
> particular facet value at run time and generate an evenly spaced set of
> ranges. How can this be accomplished?
>
> Thanks,
> Avi
>

Reply via email to