在上传字段中有一个字段是一个字典,大概结构如下
{
"_index": “shz-2016.09.30",
"_score": null,
"_source": {
“name”: “she”,
“isStudent”: 1,
"args": "stack=Thisisatemp,shz=3”
},
}
这里像"name""isStudent"字段都可以直接使用,我现在想对args里面的stack和shz进行检索,就不行了。
之前是可以的,现在不行了,请问可能是什么原因导致的呢?
{
"_index": “shz-2016.09.30",
"_score": null,
"_source": {
“name”: “she”,
“isStudent”: 1,
"args": "stack=Thisisatemp,shz=3”
},
}
这里像"name""isStudent"字段都可以直接使用,我现在想对args里面的stack和shz进行检索,就不行了。
之前是可以的,现在不行了,请问可能是什么原因导致的呢?
1 个回复
banolayaop - 90后IT
赞同来自: