2.X/8. Breaking Changes

v2.4-02. Index Templates

drscg 2017. 10. 15. 18:50

Prior to 2.4, validation was not performed upon creation of an index template. Rather, the index template was validated upon index creation after all matching templates were fully merged.

2.4 이전에서는, index template 생성시에 유효성 검증가 수행되지 않았다. 오히려, index template은 모든 일치하는 template이 완전히 병합된  index 생성시에 유효성이 검증되었다.

Each index template must now be independently valid prior to merging. This means, for example, that you can no longer reference analyzersfilters, or tokenizers from a shared template.

이제 각 index template은 병합하기 전에 독립적으로 유효해야 한다. 예를 들어, shared template에서 analyzer, filters 또는 tokenizers 를 더 이상 참조할 수 없다는 것을 의미한다.

See elastic/elasticsearch#21105 and elastic/elasticsearch#20479 for discussion concerning the new behavior.

새로운 방식에 관한 토론은 elastic/elasticsearch#21105과 elastic/elasticsearch#20479을 참고하자.

'2.X > 8. Breaking Changes' 카테고리의 다른 글

v2.4 Breaking changes  (0) 2017.10.15
v2.4-01. Query DSL  (0) 2017.10.15
v2.3 Breaking changes  (0) 2017.10.15
v2.2 Breaking changes  (0) 2017.10.15
v2.1 Breaking changes  (0) 2017.10.15