Hi,
I'm trying to figure out how to get the total number of occurrences of a certain value in an index.
I've tried using Value Count Aggregation, but that doesn't seem to work.
"_source" : {
"category" : [
"Men's Clothing"
],
"currency" : "EUR",
"customer_first_name" : "Eddie",
"customer_full_name" : "Eddie Underwood"
}
Let's say I wanted to see how many times the value "Eddie" occurs, how would I do that?