我正在尝试使用timelion。
当我尝试es(*)
函数时,我没有得到任何结果。
我在弹性搜索中有一个数据集,结构是
{
"_index": "test",
"_type": "testtype",
"_id": "abcdefg0",
"_score": 1,
"_source": {
"name": "name",
"gender": "Male",
"timestamp": "2016-07-26T06:10:56Z"
"is_foreigner": false
}
}
string
除时间戳字段外,所有字段均由类型组成。(时间戳字段由日期类型组成)
我需要额外的字段吗?或者我需要添加任何number
字段吗?