Interface IngestDocumentRequest._FinalStage
- All Known Implementing Classes:
IngestDocumentRequest.Builder
- Enclosing class:
IngestDocumentRequest
public static interface IngestDocumentRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Whentrue, if a document with the sameexternalIdalready exists its content is overwritten (the submittedpayload,title, and — when supplied —textare applied and the version is bumped) instead of being returned unchanged; the immutableexternalId,schemaId,indexMode, and ownership are never changed.
-
Method Details
-
build
IngestDocumentRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, if a document with the sameexternalIdalready exists its content is overwritten (the submittedpayload,title, and — when supplied —textare applied and the version is bumped) instead of being returned unchanged; the immutableexternalId,schemaId,indexMode, and ownership are never changed. Defaults tofalse. Requires thedocuments:uscope in addition todocuments:c. -
upsert
-