Re: Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-04 Thread Varun Thacker
Hi William, I doubt this is a bug. I tried on Solr 4.5.1. Indexed documents using java -jar post.jar *.xml This is the query that I fired - http://localhost:8983/solr/collection1/select?q=*:*wt=jsonindent=truerows=0facet=truefacet.limit=1facet.field=namefacet.field=name And here is the

Re: Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-04 Thread Chris Hostetter
: facet.field=prac_spec_heirfacet.field=prac_spec_heir ... : Thoughts? Seems like a new bug in 4.6 ? Nope ... it's always been like that. We could concievably dedup, but that seems like unneccessary cycles in most cases -- if the client asks for redundent faceting, the client gets

Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-03 Thread William Bell
If we add : facet.field=prac_spec_heirfacet.field=prac_spec_heir we get it twice in the results. This breaks deserialization on wt=json since you cannot have the same name twice Thoughts? Seems like a new bug in 4.6 ? facet.field: [prac_spec_heir,all_proc_name_code,all_cond_name_code,

Re: Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-03 Thread Otis Gospodnetic
Hi, Don't know if this is old or new problem, but it does feel like a bug to me. Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ On Mon, Feb 3, 2014 at 10:48 AM, William Bell billnb...@gmail.com wrote: If we add :

Re: Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-03 Thread William Bell
THis is in 4.6.1. On Mon, Feb 3, 2014 at 9:11 PM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: Hi, Don't know if this is old or new problem, but it does feel like a bug to me. Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support *