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:
facet values to a
> larger or smaller value than the default of 100.
>
> 3. Try reading the Faceting chapter of my book!
>
> -- Jack Krupansky
>
> -Original Message- From: Furkan KAMACI
> Sent: Tuesday, July 09, 2013 8:09 AM
> To: solr-user@lucene.apache.org
> S
-Original Message-
From: Furkan KAMACI
Sent: Tuesday, July 09, 2013 8:09 AM
To: solr-user@lucene.apache.org
Subject: Document count mismatch
I've run a command to find term counts at my index:
solr/select/?q=*:*&rows=0&facet=on&facet.field=teno&wt=xml&indent=on
it gi
I've run a command to find term counts at my index:
solr/select/?q=*:*&rows=0&facet=on&facet.field=teno&wt=xml&indent=on
it gives me a result like that:
...
...
3107206
59821
...
when I sum that numbers(3107206 + 59821 + ...) I get: *3245074 *however *
numFound="3245092" *how it comes?
*PS:*