Hello
I have column include special symbol.
Ex:
user : (Google)[email protected]
I want to count.
POST /datas/_search
{
"facets": {
"terms": {
"terms": {
"field": "user",
"size": 10
}
}
}
}
But, result is not right.
"term": "gmail.com",
"count": 564987
},
{
"term": "facebook",
"count": 475632
},
{
"term": "google",
"count": 411384
Can I to solve this problem??
Thanks
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/532e8f3c-a643-452d-934c-b71774201f18%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.