6.x/8. Breaking Changes
v6.0-06. Document API changes
drscg
2017. 12. 20. 16:04
version type force
removededit
Document modification operations may no longer specify the version_type
of force
to override any previous version checks.
이전 버전의 확인을 무시하기 위해, document 수정 연산은 더 이상 force
의 version_type
을 지정하지 않을 수 있다.
Adding a version
to an upsert request is no longer supported.
upsert request에 version
을 추가하는 것은 더 이상 지원되지 않는다.
created
field removed in the Index APIedit
The created
field has been removed in the Index API as in the index
and create
bulk operations. operation
field should be used instead.
index
와 create
bulk 연산과 마찬가지로 index API에서 created
field는 제거되었다. operation
field가 대신 사용된다.
found
field removed in the Delete APIedit
The found
field has been removed in the Delete API as in the delete
bulk operations. operation
field should be used instead.
delete
bulk 연산과 마찬가지로 delete API에서 found
field는 제거되었다. operation
field가 대신 사용된다.