Re: Document count mismatch

2013-07-09 Thread Furkan KAMACI
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

Re: Document count mismatch

2013-07-09 Thread Jack Krupansky
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:

Re: Document count mismatch

2013-07-09 Thread Furkan KAMACI
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

Re: Document count mismatch

2013-07-09 Thread 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 to a larger or smaller value than the default of 100. 3. Try reading the Faceting chapter of my book! -- Jack Krupansky -Or