should do what you want.
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Missing-facet-values-for-zero-counts-tp1602276p1603893.html
> Sent from the Solr - User mailing list archive at Nabble.com.
ways include fq=-type:system
basically exclude all documents of type system from all your searches.
Messy, but should do what you want.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Missing-facet-values-for-zero-counts-tp1602276p1603893.html
Sent from the Solr - User mailing list archive at Nabble.com.
t;> possible, the facet.query parameter allows you to rely on other conditions
>> to generate a facet count. But if the missing countries are not in the
>> index, you cannot query against them.
>>
>> -Original message-
>> From: Allistair Crossley
>> Sent:
Hi Allistair,
On Wed, 2010-09-29 at 15:37 +0200, Allistair Crossley wrote:
> Hello list,
>
> I am implementing a directory using Solr. The user is able to search with a
> free-text query or 2 filters (provided as pick-lists) for country. A
> directory entry only has one country.
>
> I am usin
ndex, you cannot query against them.
>
> -Original message-
> From: Allistair Crossley
> Sent: Wed 29-09-2010 15:38
> To: solr-user@lucene.apache.org;
> Subject: Missing facet values for zero counts
>
> Hello list,
>
> I am implementing a directory using Solr.
ot in the index, you cannot
query against them.
-Original message-
From: Allistair Crossley
Sent: Wed 29-09-2010 15:38
To: solr-user@lucene.apache.org;
Subject: Missing facet values for zero counts
Hello list,
I am implementing a directory using Solr. The user is able to search wi
Hello list,
I am implementing a directory using Solr. The user is able to search with a
free-text query or 2 filters (provided as pick-lists) for country. A directory
entry only has one country.
I am using Solr facets for country and I use the facet counts generated
initially by a *:* search t