https://www.elastic.co/blog/elasticsearch-6-3-0-released
1. SQL을 지원한다.
SELECT * FROM my-type WHERE (demodata LIKE '%ell%' OR demodata LIKE '%orld%') AND (field1 LIKE '%red%' OR demodata LIKE '%yellow%')
2. java 10을 지원한다.
3.job 생성 가능하다.
https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-put-job.html
'Elasticsearch' 카테고리의 다른 글
[elasticsearch5] _id 만 저장 테스트 (0) | 2018.08.08 |
---|---|
[elasticsearch6] Content-Type header [application/x-www-form-urlencoded] is not supported 에러 (0) | 2018.06.14 |
[elasticsearch6] 템플릿 보기 (0) | 2018.04.17 |
elasticsearch apm x-pack소개와 UI 캡쳐 화면 (0) | 2018.02.08 |
[elasticsearch6] pagination하기 - search_after 사용 (0) | 2018.02.01 |