Skip to content

Instantly share code, notes, and snippets.

@jorisbertomeu
Created May 11, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorisbertomeu/de1f911f3ee6562f6a5347e9803ea4c8 to your computer and use it in GitHub Desktop.
Save jorisbertomeu/de1f911f3ee6562f6a5347e9803ea4c8 to your computer and use it in GitHub Desktop.
{
"collabore": {
"mappings": {
"logs": {
"properties": {
"date": {
"type": "long"
},
"idContenu": {
"type": "long"
},
"idGroups": {
"type": "long"
},
"idTopic": {
"type": "long"
},
"message": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"tag": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"titre": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"typeContenu": {
"type": "long"
},
"typeTag": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment