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
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
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
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