The requested URL was not found on this server. 不管你信不信,反正我是没找到

使用ES的GEO获取附近信息失败

Elasticsearch | 作者 clare | 发布于2017年09月22日 | 阅读数:3108


40E324B6-16E0-4E9D-9A05-EFC38063A9EB.png

代码如上,不知道为什么?
 
nested: SearchPhaseExecutionException[all shards failed]; nested: QueryParsingException[failed to find geo_point field [pin]];
已邀请:

kennywu76 - Wood

赞同来自:

代码里查询的是"location"字段,报错里提示的"pin"字段不是geo_point类型。  确定报错是这段代码抛出的? 

要回复问题请先登录注册