Re: Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
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

Re: Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Joel Bernstein
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

Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
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