: The wiki on facet.limit
: (http://wiki.apache.org/solr/SimpleFacetParameters#facet.limit) says
: "This parameter can be specified on a per field basis to indicate a
: separate limit for certain fields." But it is not specified how to
: specify a specific field. How do you do this?
it's explained
-user@lucene.apache.org
Subject: Re: Per field facet limit
I don't think a facet.limit or facet.mincount apply to facet queries,
it's not applicable, whether global or field-specific.
Keep in mind that a single facet query just returns ONE count, for the
query you supplied. It'
ache.org
Subject: Re: Per field facet limit
f.name_of_field.facet.limit
The f.name_of_field.original_value thing is a common pattern in Solr,
but, yeah, sometimes it's hard to find it in the documentation.
So same with any of the other facet parameters.
f.name_of_field.facet.mincount, wha
Sorry for the typo, I meant mincount, not limit... :p
Cheers,
David
-Original Message-
From: David Yang [mailto:dy...@nextjump.com]
Sent: Wednesday, November 17, 2010 6:15 PM
To: solr-user@lucene.apache.org
Subject: RE: Per field facet limit
Thanks!
Is there any way to apply this to
, November 17, 2010 6:12 PM
To: solr-user@lucene.apache.org
Subject: Re: Per field facet limit
f.name_of_field.facet.limit
The f.name_of_field.original_value thing is a common pattern in Solr,
but, yeah, sometimes it's hard to find it in the documentation.
So same with any of the other
f.name_of_field.facet.limit
The f.name_of_field.original_value thing is a common pattern in Solr,
but, yeah, sometimes it's hard to find it in the documentation.
So same with any of the other facet parameters.
f.name_of_field.facet.mincount, whatever.
David Yang wrote:
Hi,
The wiki on
Hi,
The wiki on facet.limit
(http://wiki.apache.org/solr/SimpleFacetParameters#facet.limit) says
"This parameter can be specified on a per field basis to indicate a
separate limit for certain fields." But it is not specified how to
specify a specific field. How do you do this?
I tried