You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Abhishek Sharma <ab...@unbxd.com> on 2014/12/09 15:52:42 UTC

"facet.mincount=0" returns facet values with 0 counts for "q=*" query

Hi,

Can any one help me understand what does it mean to have facet results like
this -

          "values": [
                "4th of july flags",
                0,
                "angela moore",
                0,
                "anklets",
                0,
                "applique flags",
                0,
                "army national guard",
                0,
                "bangles",
                0,
                "beatriz ball"
          ]

for a *q=** query with

*facet.mincount=0?*
What do the* results signify? *In what condition can we have *facet count
as 0* for *q=** query?

Re: "facet.mincount=0" returns facet values with 0 counts for "q=*" query

Posted by Abhishek Sharma <ab...@unbxd.com>.
Thanks David..

Let me do that.

On Tue, Dec 9, 2014 at 8:35 PM, david.w.smiley@gmail.com <
david.w.smiley@gmail.com> wrote:

> Abhishek,
> Please send such questions to the solr-user list, not the Lucene dev list.
>
> ~ David Smiley
> Freelance Apache Lucene/Solr Search Consultant/Developer
> http://www.linkedin.com/in/davidwsmiley
>
> On Tue, Dec 9, 2014 at 9:52 AM, Abhishek Sharma <ab...@unbxd.com>
> wrote:
>
>> Hi,
>>
>> Can any one help me understand what does it mean to have facet results
>> like this -
>>
>>           "values": [
>>                 "4th of july flags",
>>                 0,
>>                 "angela moore",
>>                 0,
>>                 "anklets",
>>                 0,
>>                 "applique flags",
>>                 0,
>>                 "army national guard",
>>                 0,
>>                 "bangles",
>>                 0,
>>                 "beatriz ball"
>>           ]
>>
>> for a *q=** query with
>>
>> *facet.mincount=0?*
>> What do the* results signify? *In what condition can we have *facet
>> count as 0* for *q=** query?
>>
>>
>>
>

Re: "facet.mincount=0" returns facet values with 0 counts for "q=*" query

Posted by "david.w.smiley@gmail.com" <da...@gmail.com>.
Abhishek,
Please send such questions to the solr-user list, not the Lucene dev list.

~ David Smiley
Freelance Apache Lucene/Solr Search Consultant/Developer
http://www.linkedin.com/in/davidwsmiley

On Tue, Dec 9, 2014 at 9:52 AM, Abhishek Sharma <ab...@unbxd.com>
wrote:

> Hi,
>
> Can any one help me understand what does it mean to have facet results
> like this -
>
>           "values": [
>                 "4th of july flags",
>                 0,
>                 "angela moore",
>                 0,
>                 "anklets",
>                 0,
>                 "applique flags",
>                 0,
>                 "army national guard",
>                 0,
>                 "bangles",
>                 0,
>                 "beatriz ball"
>           ]
>
> for a *q=** query with
>
> *facet.mincount=0?*
> What do the* results signify? *In what condition can we have *facet count
> as 0* for *q=** query?
>
>
>