Hi Alex,
I found the reason, thanks for the help. Facet shows all possible values
including 0.
Could you help on my last question:
I have facet results like:
"", 9
"research",6
"development",3
I want to filter empty string from my facet "" (I don't want to add it to
fq, just filter from facet
Are you saying that all the values in the facet are zero with that
query? The query you gave seems to be the super-basic faceting code,
so maybe something super-basic is missing.
E.g.
*) Did you check that the documents you get back actually have any
values in that field to facet on?
*) Did you tr
OK, it returns 0 results every time.
So,
I want to filter out research values with empty string ("") from facet
result. How can I do that?
On Tue, Apr 18, 2017 at 8:53 AM, Furkan KAMACI
wrote:
> First problem is they do not match with main query.
>
> 18 Nis 2017 Sal, saat 01:54 tarihinde Dave
First problem is they do not match with main query.
18 Nis 2017 Sal, saat 01:54 tarihinde Dave
şunu yazdı:
> Min.count is what you're looking for to get non 0 facets
>
> > On Apr 17, 2017, at 6:51 PM, Furkan KAMACI
> wrote:
> >
> > My query:
> >
> > /select?facet.field=research&facet=on&q=conte
Min.count is what you're looking for to get non 0 facets
> On Apr 17, 2017, at 6:51 PM, Furkan KAMACI wrote:
>
> My query:
>
> /select?facet.field=research&facet=on&q=content:test
>
> Q1) Facet returns research values with 0 counts which has a research value
> that is not from a document match
My query:
/select?facet.field=research&facet=on&q=content:test
Q1) Facet returns research values with 0 counts which has a research value
that is not from a document matched by main query (content:test). Is that
usual?
Q2) I want to filter out research values with empty string ("") from facet
re