elasticsearch 5.2을 사용하고 있지만 geo_point 필드의 [geohash : true] m 다음과 같은 오류 점점[location]에 대한 매핑 정의에 지원되지 않는 매개 변수가 있습니다. [geohash : true] : Elasticsearch 5.X
{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "Mapping definition for [location] has unsupported parameters: [geohash : true]"
}
],
"type": "mapper_parsing_exception",
"reason": "Failed to parse mapping [jdloc]: Mapping definition for [location] has unsupported parameters: [geohash : true]",
"caused_by": {
"type": "mapper_parsing_exception",
"reason": "Mapping definition for [location] has unsupported parameters: [geohash : true]"
}
},
"status": 400
}
[geoshash] 감가 상각 또는 문서를 작성하는 동안 geo_point 필드 유형에서 다른 생성하는 방법 및 저장 geohash와이 된 경우 누군가가 말해 줄래?
이것은 다른 소스를 사용하여 geohash를 생성하고이를 elasticsearch로 명시 적으로 저장하는 것과 같습니다. 하지만 자동으로 geohash를 geo_points로 저장해야합니다. –
@AbhishekAdhikary는 업데이트 된 답변을 참조하십시오. –