R中的弹性包:错误:404 - IndexMissingException [[epgs_20%2A]缺失]

时间:2016-08-17 13:46:42

标签: r

当我在RStudio中运行此命令时,

library(elastic)

connect("192.12.32.2")  

以下消息/输出:

  

在es_host上找到http或https,剥离,请参阅文档

     

运输:http

     

主持人:192.12.32.2

     

port:9200

     

路径:NULL

     

用户名:NULL

     

密码:[秘密]

     

错误:简单

     

标题(名称):NULL

在此之后我运行了这个命令,

res <- Search(index = 'epgs_20*', fields = c("ts", "ma", "pi", "tn", "Ope"),scroll="5m",search_type = "scan")

我收到以下错误:

  

错误:404 - IndexMissingException [[epgs_20%2A]缺失]。

如果不是index ='epgs_20 *',我们使用index ='epgs_2016.2.07'。它工作正常,但使用*时它不起作用。 如何使用index ='epgs_20 *'运行上述命令?

0 个答案:

没有答案