RE: Collapse in facet

2018-04-12 Thread Carl-Johan Syrén
Thanks for the help, i found the solution in JSON facet API. Regards Carl Johan Syrén -Original Message- From: Joel Bernstein Sent: den 10 april 2018 14:48 To: solr-user@lucene.apache.org Subject: Re: Collapse in facet It sounds like the JSON facet API could do what you are

Re: Collapse in facet

2018-04-10 Thread Joel Bernstein
It sounds like the JSON facet API could do what you are describing. I haven't tried the exclusion of the collapse filter with the JSON facet API but I suspect it will work. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 10, 2018 at 3:40 AM, Carl-Johan Syrén wrote: > Hi > > I use fq= '

Collapse in facet

2018-04-10 Thread Carl-Johan Syrén
Hi I use fq= '{!collapse field=id_publ}' in a question to get distinct publications id:s, it works fine. Then i got three facets and in one of them i want to collapse on another level. For each organisation id i want to count distinct publication id:s. To do that i start with suppressing the co