documents_bulk_upsert_rc
Last edit: Nov 10, 2025
Insert the documents into the search index. If the document already exists in
the index, the document will be updated instead.
documents_bulk_upsert_rc(
documents: [HashObject]!
search_index: String!
): HashObject
Arguments
documents (HashObject)
JSON documents to be put into the <index_name> index
search_index (String)
Index name
Type
HashObject
Represents data as a collection of unique keys and their values. Also known as
associative arrays, maps or dictionaries. You can create it in liquid by
converting JSON object with parse_json filter or tag. It can be any level deep.