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=school_txt+company_txt+name&shards=server1:8983/solr/mycollection,server2.com:8983/solr/mycollection for the case when facet=true. The third log looks like as INFO: [mycollection] webapp=/solr path=/select params={facet=true&facet.mincount=1&company__terms=Google&ids=957642543183429632,957841245982425088,67612781366,56659036467,50875569066,957707339232706560,465078975511&facet.limit=10&qf=school_txt+company_txt+name&distrib=false&wt=javabin&version=2&rows=10&defType=edismax&NOW=1374191542130&shard.url=server1:8983/solr/mycollection&school__terms=Michigan+State+University,Brigham+Young+University,Northeastern+University&q=alex&facet.field={!terms%3D$school__terms}school&facet.field={!terms%3D$company__terms}company&isShard=true} status=0 QTime=6 where company__terms and school_terms values are taken from facet values for company and school fields. When data is big this leads to a log with all facet values, that considerably slows performance. This issue is observed in distributed mode only. Thanks in advance. Alex. -- View this message in context: http://lucene.472066.n3.nabble.com/additional-requests-sent-to-solr-tp4079007p4083799.html Sent from the Solr - User mailing list archive at Nabble.com.