elasticdump index给出错误“Error Emitted =>”

时间:2016-06-08 22:43:23

标签: elasticsearch

我尝试使用elasticdump模块通过运行命令

将我的生产elasticsearch索引复制到本地机器

public function update($verhaal, $wereld) 
{
    $wereld = Werelden::where('wereld_id', $wereld)->update([
            'wereld_id' => $wereld,
            'naam' => 'naam',
            'beschrijving' => 'beschrijving',
            'verhaal_id' => $verhaal_id // "verhaal_id" It is not an id 
        ]);


    return redirect('/');
}

在线搜索了一些解决方案,例如配置max套接字。仍然不适合我。还有其他方法吗?我的npm解决方案也是0.10.32。这有关系吗?

0 个答案:

没有答案