Re: Endeca Dimesions -> Solr Facets

2021-07-13 Thread Avremel
#3 is answered here https://stackoverflow.com/a/33192998/4822174 On Tue, Jul 13, 2021 at 11:32 AM Avremel 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

Endeca Dimesions -> Solr Facets

2021-07-13 Thread Avremel
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 t

Nested docs with multi select filtering

2021-04-09 Thread Avremel
Solr: 8.8 I've implemented the example in https://blog.griddynamics.com/multi-select-faceting-for-nested-documents-in-solr/";>this tutorial, with the added "fl=*,[child]" for the data to be returned in a hierarchical structure. The v8.0 docs (can't find it in 8.8) state that in order to combine a

Nested docs with multi select filtering

2021-04-09 Thread avremel
Solr: 8.8 I've implemented the example in this tutorial , with the added "fl=*,[child]" for the data to be returned in a hierarchical structure. The v8.0 docs (can't find it in 8.8) state that in order to combi

Re: Nested docs with multi select filtering

2021-04-08 Thread Avremel
In some other variation of this problem, sometimes the fields are returned correctly as a hierarchy, but the facets are blank. On Thu, Apr 8, 2021 at 5:06 PM Avremel wrote: > Solr: 8.8 > > I’ve implemented the example in https://blog.griddynamics.com/multi-select-faceting-for-nested-

Nested docs with multi select filtering

2021-04-08 Thread Avremel
Solr: 8.8 I’ve implemented the example in https://blog.griddynamics.com/multi-select-faceting-for-nested-documents-in-solr/”>this tutorial, with the added “fl=*,[child]” for the data to be returned in a hierarchical structure. The v8.0 docs (can’t find it in 8.8) state that in order to combine a