반응형 _update_by_query1 _update_by_query (부분 업데이트) _update_by_query 아래와 같은 document 가 있을 때, { "user_name": "hello-bryan", "site_url": "https://hello-bryan.tistory.com", "language": "python" } language 필드의 값만 바꾸고 싶다면 POST your_index/_update_by_query?conflicts=proceed { "script":{ "source": "ctx._source.language = 'java'" }, "query": { "query_string": { "query": "_id: 123456" } } } query 필드로 documents 를 검색해서 검색된 결과를 모두 업데이트 합니다. 위는 간단한 값을 변경하는 예제이.. 2023. 8. 7. 이전 1 다음 728x90 반응형