49 lines
918 B
JSON
49 lines
918 B
JSON
{
|
|
"index": {
|
|
"name": "mn_group",
|
|
"aliases": [],
|
|
"index_key": "mngroup"
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "keyword"
|
|
},
|
|
"main_type": {
|
|
"type": "keyword"
|
|
},
|
|
"title": {
|
|
"type": "text",
|
|
"fields": {
|
|
"keyword": {
|
|
"type": "keyword",
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
},
|
|
"content": {
|
|
"type": "content"
|
|
},
|
|
"user_id": {
|
|
"type": "integer"
|
|
},
|
|
"time_create": {
|
|
"type": "date"
|
|
},
|
|
"time_edit": {
|
|
"type": "date"
|
|
}
|
|
|
|
},
|
|
"validation": {
|
|
"required": [
|
|
|
|
],
|
|
"default_value": {
|
|
}
|
|
},
|
|
"include_fields": [],
|
|
"exclude_fields": [],
|
|
"is_array": [
|
|
]
|
|
|
|
} |