Thanks for the answer! Does facet uses Solr Json requests or new facet API
(which is faster than the old one)?
On Mon, Apr 24, 2017 at 2:18 PM, Joel Bernstein wrote:
> SQL has two aggregation modes: facet and map_reduce. Facet uses the json
> facet API directly so SOLR-7452 would apply if it has
SQL has two aggregation modes: facet and map_reduce. Facet uses the json
facet API directly so SOLR-7452 would apply if it hasn't been resolved yet.
map_reduce always gives accurate results regardless of the cardinality but
is slower. To increase performance using map_reduce you need to increase
th
Hi,
As you know that json facet api returns inconsistent counts in cloud set up
(SOLR-7452). I would like to learn that is the situation same for Solr SQL
queries too?
Kind Regards,
Furkan KAMACI