6.x/8. Breaking Changes 32

v6.0-07. Geo changes

Deprecated ShapeBuilders helper classeditThe ShapeBuilders class containing static methods to create shape specific builders (e.g., ShapeBuilders.newPoint) has been deprecated. One must now use the builder’s constructor instead (e.g., new MultiPointBuilder()).shape 관련 builder를 생성하는 static method(예: ShapeBuilders.newPoint)를 가지고 있는ShapeBuilders class는 deprecate되었다. 대신 builder의 생성자를 사용해야 한다.(예: new..

v6.0-06. Document API changes

version type force removededitDocument modification operations may no longer specify the version_type of force to override any previous version checks.이전 버전의 확인을 무시하기 위해, document 수정 연산은 더 이상 force 의 version_type 을 지정하지 않을 수 있다.Upserts no longer support versionseditAdding a version to an upsert request is no longer supported.upsert request에 version 을 추가하는 것은 더 이상 지원되지 않는다.created field removed i..

v6.0-05. Cluster changes

Cluster name no longer allowed in path.dataeditPreviously the cluster name could be used in the path.data setting with a warning. This is now no longer allowed. For instance, in the previous version this was valid:이전에는 cluster name은 path.data 설정에서 사용될 수 있었다. 경고와 함께. 이제 더 이상 허용되지 않는다. 예를 들어 이전 버전에서는 다음은 유효했다.# Assuming path.data is /tmp/mydata # No longer supported: $ tree /tmp/mydata /tmp/mydata..

v6.0-03. Cat API changes

Unbounded queue size in cat thread pooleditPreviously if a queue size backing a thread pool was unbounded, the cat thread pool API would output an empty string in the queue_size column. This has been changed to now output -1 so that the output is always present and always numeric.이전에는 thread pool을 지원하는 queue size에 제한이 없는 경우, cat thread pool API는 queue_size column에 빈 문자열을 출력했었다. 이제 이것은 output이 항상..

v6.0-02. Analysis changes

Synonym Token FiltereditIn 6.0, Synonym Token Filter tokenizes synonyms with whatever tokenizer and token filters appear before it in the chain.6.0에서 Synonym Token Filter는 분석 chain에서 Synonym Token Filter 이전에 나타나는 모든 tokenizer와 token filter로 동의어를 토큰화한다.The tokenizer and ignore_case parameters are deprecated and will be ignored when used in new indices. These parameters will continue to function a..