Re: Duplicate facets when the handler configuration specifies facet fields

2015-02-04 Thread Marius Dumitru Florea
Should be fixed now, thanks to Hoss Man. I'll wait for Solr 4.10.4 Thanks, Marius On Wed, Feb 4, 2015 at 3:00 PM, Marius Dumitru Florea wrote: > I started having the same issue (facets being listed twice) after > upgrading from Solr 4.8.1 to Solr 4.10.3. > So it looks like a regression to me. I

Re: Duplicate facets when the handler configuration specifies facet fields

2015-02-04 Thread Marius Dumitru Florea
I started having the same issue (facets being listed twice) after upgrading from Solr 4.8.1 to Solr 4.10.3. So it looks like a regression to me. I commented on SOLR-6780 as the Fix Version/s field is not correct. The fix was not merged correctly on the 4.10 branch (before the 4.10.3 release). I ho

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-24 Thread Burke, Brian
Good to hear you can reproduce it and thank you for entering that issue into JIRA. FWIW, here is the full list of parameters from echoParams=all from my test: "params":{ "mlt.minwl":"2", "mm":"5", "facet":"true", "mlt.boost":"true", "mlt.fl":"title,summary,bod

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-23 Thread Alexandre Rafalovitch
I can reproduce it. I added your parameters to the default section of the config and then run the following: curl "http://localhost:8983/solr/schemaless/select?q=*:*&rows=0&wt=json&indent=true&facet=true&facet.field=primaryId2&facet.limit=10&echoParams=all"; I get: -- "params"

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-21 Thread Alexandre Rafalovitch
Could you add echoParams=all to the query and see what comes back? Currently, you echo the params you sent, would be good to see what they look like after they combine with defaults. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.so

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-21 Thread Tom Zimmermann
Brian and I are working together to diagnose this issue so I can chime in quickly here as well. These values are defined as part of the the defaults section of the config.

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-21 Thread Alexandre Rafalovitch
What is the section's type where you define these: defaults, appends, or invariants? You did not mention that but it might be important. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizer

Re: Duplicate facets when the handler configuration specifies facet fields

2014-11-21 Thread Erick Erickson
Hmmm, I just tried this with 4.10.2 and can't reproduce this at all. If I define facets in the /select handler then specify any facet.field on the URL, the URL completely overrides the defaults in /select. I even tried specifying the facet.field twice and still only a single section was returned in

Duplicate facets when the handler configuration specifies facet fields

2014-11-21 Thread Burke, Brian
We’ve run into an issue during local testing of the 4.10.2 release, where if the search handler config in solrconfig.xml has facet.fields defined, and a different field is on the request, then the requested facets are included twice in the response. If the list of default facet fields is remov