Re: additional requests sent to solr

2013-08-11 Thread alxsss
Hi, Could someone please confirm that this must me so or this is a bug in SOLR. In short, I see three logs in SOLR for one request http://server1:8983/solr/mycollection/select?q=alex&wt=xml&defType=edismax&facet.field=school&facet.field=company&facet=true&facet.limit=10&facet.mincount=1&qf=schoo

Re: additional requests sent to solr

2013-08-05 Thread alxsss
which I do not understand why it is there. Thanks. Alex. -Original Message- From: Erick Erickson To: solr-user Sent: Mon, Aug 5, 2013 7:10 pm Subject: Re: additional requests sent to solr Why do you care? Is this causing you trouble? In general distributed search requires two

Re: additional requests sent to solr

2013-08-05 Thread Erick Erickson
Why do you care? Is this causing you trouble? In general distributed search requires two round trips to the "other" shards. The first query gets the top N, those are returned to the originator (just a list of IDs and sort criteria, often score). The originator then assembles the final top N, but th

Re: additional requests sent to solr

2013-08-04 Thread alxsss
Hello, I still have this issue. Basically in distributed mode, when facet is true, solr-4.2 issues an additional query with facet.field={!terms%3D$company__terms}company&isShard=true} where for example company__terms have all values from company facet field. I have added terms=false to the ori