How to achieve counting function on elastic search type using sql4es driver?
Select distinct inv_number , count(1) from invoices;
But it returns the total score of a specific account number.
elasticsearch elasticsearch-plugin
PravinKumar.R
source share