我的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!")
})
}
答案 0 :(得分:0)
在elasticsearch.yml文件中添加以下代码并保存。
action.auto_create_index:0