fielddata=true 엘라스틱 서치 elastic set fielddata=true

운영자 | 기사입력 2023/03/02 [05:05]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
fielddata=true 엘라스틱 서치 elastic set fielddata=true
 
운영자   기사입력  2023/03/02 [05:05]

 elastic set fielddata=true


Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [ip] in order to load field data by uninverting the inverted index. Note that this can use significant memory


aggregations 이것이 되어 있어서 추가해야 함 



PUT my_index/_mapping/_doc

{

  "properties": {

    "ip": { 

      "type":     "text",

      "fielddata": true

    }

  }

}


트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2023/03/02 [05:05]  최종편집: ⓒ iwav