How faceting is calculated in Apache Solr distributed architectures. It presents inner details explanation and practical examples.
Distributed search is the foundation for Apache Solr Scalability : It’s possible to distributed search across different Apache Solr nodes of the same collection ( both in a legacy [1] or SolrCloud [2] architecture), but it is also possible to distribute search across different collections in a SolrCloud cluster.Aggregating results from different collections may be useful when…