엘라스틱 db

운영자 | 기사입력 2021/06/28 [08:28]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
엘라스틱 db
 
운영자   기사입력  2021/06/28 [08:28]

==========================================================

검색

POST /inswave/insnews/_search

{

  "query":

    {"bool":

       {"must":

           [{"match":{"domain":"http://www.iwav.co.kr"}}]} 

    }

 

}

=========================================================

==========================================================

조건 삭제 

POST /inswave/insnews/_delete_by_query

{

  "query":

    {"bool":

       {"must":

           [{"match":{"domain":"http://www.iwav.co.kr"}}]} 

    }

 

}

=========================================================

=========================================================

id 값으로 삭제  

DELETE  /ins_like_count_total/ins/GslpLXoB-9BXZuDMuxiN

=========================================================

=========================================================

id 값으로 수정 

POST /ins_wave_count_total/ins/JdHKN3oB-9BXZuDM4Fky/_update

{

 

  "doc" : {

 

        "t" : 100

 

  }

 

}

=========================================================

index 지우기 

 

DELETE /movie

DELETE /ins

 

 

 =======================

 

{

  "error" : {

    "root_cause" : [

      {

        "type" : "illegal_argument_exception",

        "reason" : "IOException while reading user_dictionary: /etc/elasticsearch/userdic_ko.txt"

      }

    ],

    "type" : "illegal_argument_exception",

    "reason" : "IOException while reading user_dictionary: /etc/elasticsearch/userdic_ko.txt",

    "caused_by" : {

      "type" : "no_such_file_exception",

      "reason" : "/etc/elasticsearch/userdic_ko.txt"

    }

  },

  "status" : 400

}

===========================

touch /etc/elasticsearch/userdic_ko.txt

 

 

 

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2021/06/28 [08:28]  최종편집: ⓒ iwav