nested: IllegalArgumentException[Cannot search on field [sdate] since it is not indexed.
nested: IllegalArgumentException[Cannot search on field [sdate] since it is not indexed.
是因为你的index设置为不可以通过这个字段进行搜索
"sdate":
{
"type": "integer",
"index": false
}
还没有评论,来说两句吧...