master
createIndex
async function createIndex(client: Client): Promise<Client> { try { await client.indices.create({ index: INDEX_NAME, body: {