Recent posts

[Elastic][Elasticsearch] runtime_mappings

less than 1 minute read

April 27 2022

개요 https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime-search-request.html 검색 요청 시 runtime fields 정의 검색 요청에 runtime_mappings를 지정하여...

[Elastic][Elasticsearch] Runtime fields

less than 1 minute read

April 27 2022

개요 https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime.html 쿼리 시 평가되는 필드 리인덱싱하지 않고 기존 문서에 필드 추가 가능 데이터 구조를 몰라도 데이터 작업 시작 가능 쿼리...

[Elastic][Elasticsearch] Painless

1 minute read

April 27 2022

개요 https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-guide.html 간단하고 안전한 스크립팅 언어 script_fields를 이용하여 스크립트 기반의 검색 가능