json MIR24 photobank弹性指数结构
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json MIR24 photobank弹性指数结构相关的知识,希望对你有一定的参考价值。
{
"mappings": {
"image": {
"properties": {
"title": {
"type": "string",
"analyzer": "simple",
"boost": 10
},
"author": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
}
},
"exifimagelength": {
"type": "integer"
},
"exifimagewidth": {
"type": "integer"
},
"poster": {
"type": "string"
},
"plot": {
"type": "string"
},
"imdbId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceurl": {
"type": "string"
},
"sourcetext": {
"type": "string"
},
"oldtitle": {
"type": "string"
},
"horizontal": {
"type": "integer"
},
"internal": {
"type": "boolean"
},
"sizetype": {
"type": "integer"
},
"date_taken": {
"type": "date",
"format": "dd/MM/yyyy"
},
"suggest": {
"type": "completion",
"analyzer": "simple",
"payloads": true,
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 50
}
}
}
}
}
以上是关于json MIR24 photobank弹性指数结构的主要内容,如果未能解决你的问题,请参考以下文章
json MIR DEV AR app配置(dev-config.json)版本:7.2.1
重磅发布全总结丨一文看懂阿里云弹性计算年度峰会
Jmeter 察看结果树之 JSON 使用
JMeter——查看结果树——json使用
使用 Objective C 解析 JSON 的弹性
详解小程序中的弹性布局