ay, July 09,
> 2013 9:37 AM To: solr-user@lucene.apache.org Subject: Re: Document count
> mismatch
> Ok, one more question. I have another field at my schema: *url*. How can I
>
> get urls at each facet?
>
> 2013/7/9 Jack Krupansky
>
> 1. Try facet.missing=true to count the
I don't quite follow the question. Give us an example.
-- Jack Krupansky
-Original Message-
From: Furkan KAMACI
Sent: Tuesday, July 09, 2013 9:37 AM
To: solr-user@lucene.apache.org
Subject: Re: Document count mismatch
Ok, one more question. I have another field at my schema:
Ok, one more question. I have another field at my schema: *url*. How can I
get urls at each facet?
2013/7/9 Jack Krupansky
> 1. Try facet.missing=true to count the number of documents that do not
> have a value for that field.
>
> 2. Try facet.limit=n to set the number of returned facet values t
1. Try facet.missing=true to count the number of documents that do not have
a value for that field.
2. Try facet.limit=n to set the number of returned facet values to a larger
or smaller value than the default of 100.
3. Try reading the Faceting chapter of my book!
-- Jack Krupansky
-Or