这是我在 R 中用于索引虹膜数据的代码。
library(elastic)
iris<-datasets::iris
body <- list(data = list(iris))
index_create(index = 'iris',body = body)
但它给出了以下错误。
Error: 400 - Failed to parse content to map.
Please explain how to give data in the body of the index_create();