Re: Grouping facets: Possible to get facet results for each Group?

2015-10-15 Thread Alessandro Benedetti
It will not be an impediment, if you have a flat document with single valued field interested, you can use Pivot Facets and apply stats over the facets as well. Take a look to the modern Json faceting approach Yonik introduced. Since I start using it I strongly recommend it, it's amazingly clear

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-15 Thread Peter Sturge
Great - can't wait to try this out! Many thanks for your help on pointing me towards this new faceting feature. Thanks, Peter On Thu, Oct 15, 2015 at 10:04 AM, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > It will not be an impediment, if you have a flat document with single >

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-14 Thread Alessandro Benedetti
mmm let's say that nested facets are a subset of Pivot Facets. if pivot faceting works with the classic flat document structure, the sub facet are working with any nested structure. So be careful about pivot faceting in a flat document with multi valued fields, because you lose the relation across

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-14 Thread Peter Sturge
Yes, you are right about that - I've used pivots before and they do need to be used judiciously. Fortunately, we only ever use single-value fields, as it gives some good advantages in a heavily sharded environment. Our document structure is, by it's very nature always flat, so it could be an

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-13 Thread Alessandro Benedetti
Can you model your business domain with Solr nested Docs ? In the case you can use Yonik article about nested facets. Cheers On 13 October 2015 at 05:05, Alexandre Rafalovitch wrote: > Could you use the new nested facets syntax? > http://yonik.com/solr-subfacets/ > >

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-13 Thread Peter Sturge
Hi, Thanks for your response. I did have a look at pivots, and they could work in a way. We're still on Solr 4.3, so I'll have to wait for sub-facets - but they sure look pretty cool! Peter On Tue, Oct 13, 2015 at 12:30 PM, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > Can you

Fwd: Grouping facets: Possible to get facet results for each Group?

2015-10-12 Thread Peter Sturge
Hello Solr Forum, Been trying to coerce Group faceting to give some faceting back for each group, but maybe this use case isn't catered for in Grouping? : So the Use Case is this: Let's say I do a grouped search that returns say, 9 distinct groups, and in these groups are various numbers of

Re: Grouping facets: Possible to get facet results for each Group?

2015-10-12 Thread Alexandre Rafalovitch
Could you use the new nested facets syntax? http://yonik.com/solr-subfacets/ Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 11 October 2015 at 09:51, Peter Sturge wrote: > Been trying to coerce Group

Grouping facets: Possible to get facet results for each Group?

2015-10-11 Thread Peter Sturge
Hello Solr Forum, Been trying to coerce Group faceting to give some faceting back for each group, but maybe this use case isn't catered for in Grouping? : So the Use Case is this: Let's say I do a grouped search that returns say, 9 distinct groups, and in these groups are various numbers of