index.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:partycrasher 作者: naturalness 项目源码 文件源码
def search(self, body, **kwargs):
        assert 'index' not in kwargs
        if isinstance(body, string_types):
            pass
        else:
            body=elastify(body)
        tries = 0
        while True:
            tries += 1
            try:
                return self.esstore.es.search(
                    index=self.index_base,
                    body=body,
                    **kwargs)
            except ElasticsearchException as e:
                if (tries <= 1):
                    self.esstore.yellow()
                else:
                    raise ESError(e)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号