Re: Facets, Get top 10 categories

2012-01-13 Thread Dmitry Kan
If you mean, that you need to group facets starting after top-10 as "Others", than I'm not sure if SOLR would allow you do this without tweaking on the source code level. However, it is still possible on the client side to grab those facet counts that logically belong to "Others" group and sum thei

Re: Facets, Get top 10 categories

2012-01-13 Thread Manish Bafna
How to mark remaining as "Others" That field is a multi-valued field and so cant do any calculation based on resultset count. On Fri, Jan 13, 2012 at 5:44 PM, Dmitry Kan wrote: > You could do this on the client side, just read 10 first facets off the top > of the list and mark the remaining as "O

Re: Facets, Get top 10 categories

2012-01-13 Thread Dmitry Kan
You could do this on the client side, just read 10 first facets off the top of the list and mark the remaining as "Others". On Fri, Jan 13, 2012 at 12:47 PM, Manish Bafna wrote: > Hi, > Is it possible to get top 10 facets and group the remaining in "Others". > > Thanks, > Manish. > -- Regards