Re: Faceting search issues

2016-09-27 Thread Tomás Fernández Löbbe
I wonder why in the "facet_field" section of the first query it says: "facet_fields": {"id": []} when it should be saying "facet_fields": {"name": []} Also, why is the second query not including the fq in the echoParams section. What is that other query with fq=aggregationname:story? This is not

Re: Faceting search issues

2016-09-27 Thread Jan Høydahl
Please tell some more - Solr version - Add to your query: &debugQuery=true&echoParams=all and paste the result - How is “string_ci” defined ()? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 26. sep. 2016 kl. 23.59 skrev Beyene, Iyob : > > Hi, > > When I query solr

Re: Faceting search issues

2016-09-27 Thread Beyene, Iyob
From: Beyene, Iyob Sent: Tuesday, September 27, 2016 11:22 AM To: solr-user Subject: Re: Faceting search issues Here is the result from running the first query, i.e http://localhost:8983/solr/core/select?q=*:*&facet=true&facet.field=name&rows=0&facet.mincount=2&echoParams=

Re: Faceting search issues

2016-09-27 Thread Beyene, Iyob
"text","echoParams": "all","facet.mincount": "2", "collection": "core","rows": "0","facet": "true","wt": "json"}},"response": {"numFound": 2,"s

Re: Faceting search issues

2016-09-27 Thread Alexandre Rafalovitch
Benedetti > Sent: Tuesday, September 27, 2016 5:30:38 AM > To: solr-user@lucene.apache.org > Subject: Re: Faceting search issues > > When you say "check for duplicates" what do you mean ? no duplicate tokens > are in the index per field. > What is your definition o

Re: Faceting search issues

2016-09-27 Thread Beyene, Iyob
: Tuesday, September 27, 2016 5:30:38 AM To: solr-user@lucene.apache.org Subject: Re: Faceting search issues When you say "check for duplicates" what do you mean ? no duplicate tokens are in the index per field. What is your definition of duplicate for a term? Do you consider low

Re: Faceting search issues

2016-09-27 Thread Alessandro Benedetti
When you say "check for duplicates" what do you mean ? no duplicate tokens are in the index per field. What is your definition of duplicate for a term? Do you consider lowercase and uppercase version duplicate ? Maybe you have an analysis problem. MinCount=2 means : "include only terms appearing a

Faceting search issues

2016-09-26 Thread Beyene, Iyob
Hi, When I query solr using faceted search to check for duplicates using the following , 'http://localhost:8983/solr/core/select?q=*:*&facet=true&facet.field=name&facet.mincount=2`, I get the following response with no facet data. {"responseHeader": {"status": 0,"QTime": 541