console/web/mock/datamanagement/data/doc.js

157 lines
4.3 KiB
JavaScript

export const queryData = {
"payload": {
"took": 0,
"timed_out": false,
"hits": {
"total": {
"relation": "eq",
"value": 12
},
"max_score": 1,
"hits": [
{
"_index": "test-custom",
"_type": "_doc",
"_id": "jc6_jXYBKoaaPbVfj_8W",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "liugq@qq.com",
"hobbies": "[\"basketball\",\"pingpan\"]",
"id": "jc6_jXYBKoaaPbVfj_8W",
"name": "liugq国家"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvhm18dath2d6oa9046g",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": "[\"test5\"]",
"name": "hello4"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvhlv6dath2d6oa9045g",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": "[\"test2\"]",
"name": "test 词典"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvhltpdath2d6oa90450",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": "[\"test1\"]",
"name": "liugqy"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvi5ellath2e0ukbq5e0",
"_source": {
"address": "湖北武汉2",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": [
"test3"
],
"id": "bvi5ellath2e0ukbq5e0",
"name": "武汉test"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvia41lath2eneoeeij0",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": [
"test3"
],
"name": "铁路测试词典"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvi5omtath2e0ukbq5eg",
"_source": {
"address": "湖北武汉",
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": [
"test4"
],
"id": "bvi5omtath2e0ukbq5eg",
"name": "武汉2"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvhlsptath2d6oa9044g",
"_source": {
"address": "hunan changsha",
"created_at": "2020-12-29T08:24:49.715Z",
"email": "786027438@qq.com",
"hobbies": [
"test"
],
"id": "bvhlsptath2d6oa9044g",
"name": "hello"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvhm0d5ath2d6oa90460",
"_source": {
"address": "hunan changsha1",
"age": 30,
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": [
"test3"
],
"id": "bvhm0d5ath2d6oa90460",
"name": "hello2"
}
},
{
"_index": "test-custom",
"_type": "_doc",
"_id": "bvia4ctath2eneoeeijg",
"_source": {
"address": "beijing",
"age": 31,
"created_at": "2020-12-23T03:57:57.620Z",
"email": "786027438@qq.com",
"hobbies": [
"basketball1",
"badminton"
],
"id": "bvia4ctath2eneoeeijg",
"name": "北京"
}
}
]
}
},
"status": true
};