Elasticsearch
[elasticsearch5] _id 필드 대신 _uid
'김용환'
2017. 11. 22. 16:41
elasticsearch에서 _id로 검색 하지만 실패한다.
_id 필드는 기본적으로 인덱스도 저장도 하지 않는다. 따라서 _uid를 대신 사용해야 한다.
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "Fielddata is not supported on field [_id] of type [_id]"
}
],