목록DB (87)
른록노트
참고사이트https://translate.google.com/translate?act=url&depth=1&hl=ko&ie=UTF8&prev=_t&rurl=translate.google.com&sl=en&sp=nmt4&tl=ko&u=https://medium.com/%40federicopanini/elasticsearch-6-0-removal-of-mapping-types-526a67ff772
이래스틱에서 계산되는 데이터타입 값은UTC 방식으로 계산되는걸 유의하여야한다.일반 밀리세컨드로 계산할경우 비슷하지만 값이 정확하지 않다. [ElasticSearch] DateType참고사이트https://www.elastic.co/guide/en/elasticsearch/reference/current/date.htmlhttps://stackoverflow.com/questions/25277127/java-converting-date-to-epoch-value-produces-false-output
--post [인덱스]/[타입]/_search{ "query": { "wildcard": { "_uid": "*_*" } }} 참고사이트https://stackoverflow.com/questions/30844122/how-to-do-a-wildcard-or-regex-match-on-id-in-elasticsearch
참고사이트https://discuss.elastic.co/t/elasticsearch-5-4-steps-to-delete-field-from-only-one-type/88121/2
제가 해결한 방법은 script를 안쓰고 update문으로 돌리는겁니다. 참고사이트https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.htmlhttps://discuss.elastic.co/t/how-to-dynamically-set-script-max-compilations-per-minute/75493 - 설정법
참고사이트https://www.slideshare.net/JunyiSong1/elasticsearch-45936425
"Illegal character in query at index 36 utf8로 인코딩해줘야함 URLEncoder.encode( qeury , "UTF-8");