You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
961 B
52 lines
961 B
{ |
|
"aliases": { |
|
"post": {} |
|
}, |
|
"mappings": { |
|
"properties": { |
|
"title": { |
|
"type": "text", |
|
"analyzer": "ik_max_word", |
|
"search_analyzer": "ik_smart", |
|
"fields": { |
|
"keyword": { |
|
"type": "keyword", |
|
"ignore_above": 256 |
|
} |
|
} |
|
}, |
|
"content": { |
|
"type": "text", |
|
"analyzer": "ik_max_word", |
|
"search_analyzer": "ik_smart", |
|
"fields": { |
|
"keyword": { |
|
"type": "keyword", |
|
"ignore_above": 256 |
|
} |
|
} |
|
}, |
|
"tags": { |
|
"type": "keyword" |
|
}, |
|
"thumbNum": { |
|
"type": "long" |
|
}, |
|
"favourNum": { |
|
"type": "long" |
|
}, |
|
"userId": { |
|
"type": "keyword" |
|
}, |
|
"createTime": { |
|
"type": "date" |
|
}, |
|
"updateTime": { |
|
"type": "date" |
|
}, |
|
"isDelete": { |
|
"type": "keyword" |
|
} |
|
} |
|
} |
|
} |