dongmo9996 2015-03-21 15:53
浏览 226

Php Elastica \ Exception \ ResponseException,消息NoShardAvailableActionException [[index] [0] null]

I am using php elastica client (https://github.com/ruflin/Elastica) for adding documents in elasticsearch index.

What happens is, the first time I try to add a document, I get this error:

'Elastica\Exception\ResponseException' with message
'NoShardAvailableActionException[[index][0] null]; nested: IllegalIndexShardStateException[[index][0] CurrentState[RECOVERING] operations only allowed when started/relocated

The document does not get added to the index but its mapping is created.

After this, it just works fine, the document gets added to the index. Maybe (rather surely) I am doing something wrong. Please help me fix this issue.

Here is my yaml configuration:

indexes:
    myIndex:
        client: default
        types:
            myType:
                mappings:
                    id: {type: integer, index: not_analyzed}
                    name: {type: string, index: not_analyzed}
                    location: {type: geo_point}

And here is how I am adding a document:

$doc = new \Elastica\Document();
$doc->setData($arrDoc);
$doc->setId($id); 
$objType->addDocument($doc); //object of \Elastica\Type
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 java报错:使用mybatis plus查询一个只返回一条数据的sql,却报错返回了1000多条
    • ¥15 Python报错怎么解决
    • ¥15 simulink如何调用DLL文件
    • ¥15 关于用pyqt6的项目开发该怎么把前段后端和业务层分离
    • ¥30 线性代数的问题,我真的忘了线代的知识了
    • ¥15 有谁能够把华为matebook e 高通骁龙850刷成安卓系统,或者安装安卓系统
    • ¥188 需要修改一个工具,懂得汇编的人来。
    • ¥15 livecharts wpf piechart 属性
    • ¥20 数学建模,尽量用matlab回答,论文格式
    • ¥15 昨天挂载了一下u盘,然后拔了