Hi, I was wondering if there exists any performance characteristica for facets. As I understand facets, they are a subqueries, that will perform certain counts on the resultset. This mean that a facet will be evaluated on every shard along with the main query.
But how will the facet query evaluate? If the resultset is sorted, will the facet query take advantage of that when evaluating? Example: a search is done for all document within a given range of dates by the field createdDate. The resultset is sorted by that field. Would a facet query then be able to use this sorting, when it counts how many documents were created per week, or per day for that matter? Kind regards, Christian Sonne Jensen -- View this message in context: http://lucene.472066.n3.nabble.com/How-effective-are-faceted-queries-tp2412689p2412689.html Sent from the Solr - User mailing list archive at Nabble.com.