Re: PathHierarchyTokenizerFactory and facet_count

2015-09-28 Thread Alessandro Benedetti
IC" > > Cheers! > Endre > > -Original Message- > From: Upayavira [mailto:u...@odoko.co.uk] > Sent: 28. september 2015 14:01 > To: solr-user@lucene.apache.org > Subject: Re: PathHierarchyTokenizerFactory and facet_count > > There is also facet.limit which says how

RE: PathHierarchyTokenizerFactory and facet_count

2015-09-28 Thread Moen Endre
co.uk] Sent: 28. september 2015 14:01 To: solr-user@lucene.apache.org Subject: Re: PathHierarchyTokenizerFactory and facet_count There is also facet.limit which says how many facet entries to return. Is that catching you? The document either matches your query, or doesn't. If it does, th

Re: PathHierarchyTokenizerFactory and facet_count

2015-09-28 Thread Upayavira
There is also facet.limit which says how many facet entries to return. Is that catching you? The document either matches your query, or doesn't. If it does, then all values of the Parameter field should be included in your faceting. But, perhaps not all facet buckets are being returned to you - he