I Want to count multi-valued field in SOLR.
I have two multi-valued fields store_id and filter_id and i want to count these field value like
store_id = {0,3,7} count_store_id = 3
filter_id = {12,13,20,22,59,61,62,145} count_filter_id = 8
and is that possible when store_id is update then count_store_id also update in solr by default
@@ Ashraful Islam - As you told me i'll change it but there is nothing going happen here i attach image find it.