Finds documents similar to a given document or set of field values. This is useful for recommendation engines or finding related content based on textual similarities.You must pass either:
document_id, which takes a key_field value to match against the corresponding document.
document_fields, which takes a JSON object string to match against.
All other parameters are compatible with both document_id and document_fields.