Skip to content

Instantly share code, notes, and snippets.

@robertogyn19
Created July 30, 2014 20:08
Show Gist options
  • Save robertogyn19/37a195ee97aa709bc682 to your computer and use it in GitHub Desktop.
Save robertogyn19/37a195ee97aa709bc682 to your computer and use it in GitHub Desktop.
ElasticSearch model
[{
"name": "hash_1",
"sms": [
{
"msg": "Oi!",
"sndDate": "2014-04-01T00:00:00.087"
}
],
"qtd": 1
},
{
"name": "hash_2",
"sms": [
{
"msg": "Hi!",
"sndDate": "2014-04-01T00:00:00.160"
}
],
"qtd": 1
},
{
"name": "hash_3",
"sms": [
{
"msg": "Hallo!",
"sndDate": "2014-04-01T00:00:00.210"
},
{
"msg": "Hallo!",
"sndDate": "2014-04-01T00:01:00.210"
},
{
"msg": "Hallo!",
"sndDate": "2014-04-01T00:02:00.210"
}
],
"qtd": 3
},
{
"name": "hash_4",
"sms": [
{
"msg": "Hej!",
"sndDate": "2014-04-01T00:00:00.267"
},
{
"msg": "Hej!",
"sndDate": "2014-04-01T00:10:00.267"
}
],
"qtd": 2
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment