$index->saveObjects(array objects, [
"autoGenerateObjectIDIfNotExist" => boolean
// any other requestOptions
]
// add a single object
$index->saveObject(array object, [
"autoGenerateObjectIDIfNotExist" => boolean
// any other requestOptions
]