Re: Filter Facet Query

2017-04-18 Thread Furkan KAMACI
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

Re: Filter Facet Query

2017-04-18 Thread Alexandre Rafalovitch
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

Re: Filter Facet Query

2017-04-18 Thread Furkan KAMACI
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

Re: Filter Facet Query

2017-04-17 Thread Furkan KAMACI
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

Re: Filter Facet Query

2017-04-17 Thread Dave
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

Filter Facet Query

2017-04-17 Thread Furkan KAMACI
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