elasticsearch에서 _id로 검색 하지만 실패한다.
_id 필드는 기본적으로 인덱스도 저장도 하지 않는다. 따라서 _uid를 대신 사용해야 한다.
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "Fielddata is not supported on field [_id] of type [_id]"
}
],
'Elasticsearch' 카테고리의 다른 글
[elasticsearch6] uuid-Fielddata is disabled on text fields by default 에러 해결하기 (0) | 2018.01.24 |
---|---|
[elasticsearch5] search_after 예제 (0) | 2017.11.24 |
[elasticsearch] No log4j2 configuration file found. Using default configuration: logging only errors to the console 에러 해결하기 (0) | 2017.11.15 |
[elasticsearch] 인덱스의 최대 필드 개수 제한 (0) | 2017.11.02 |
[일래스틱서치] “Hot-Warm” architecture - 퍼옴 (0) | 2017.09.01 |