在我的ES群集中​​创建了不需要的索引

时间:2015-06-19 09:44:18

标签: elasticsearch elasticsearch-indices

我的ES群集中​​创建了不需要的索引。例如,吼叫

 func moveKeyboard (up: Bool, newMargin: Int)
{

    UIView.animateWithDuration(0.2, delay: 0, options: .CurveEaseIn, animations: {

        self.topMarginConstraint.constant=newMargin;

        }, completion: { finished in
            println("Animation end!")
    })

 }

1 个答案:

答案 0 :(得分:0)

在elasticsearch.yml文件中添加以下代码并保存。

action.auto_create_index:0