美文网首页
elasticsearch

elasticsearch

作者: 站长_郭生 | 来源:发表于2017-07-05 15:14 被阅读0次

    修改max_result_window大小 :
    curl -XPUT http://localhost:9201/filminfo4man/_settings -d '{ "index" : {"max_result_window" : 1000000}}'

    推荐使用search after 方式去访问大数据列表

    查看所有索引
    curl http://xxx:9201/_cat/indices?v

    相关文章

      网友评论

          本文标题:elasticsearch

          本文链接:https://www.haomeiwen.com/subject/ygrqhxtx.html