瓦力老师,能不能把数据发一下

来源:4-5 查询

慕丝Jack

2020-12-10 15:26

瓦力老师,能不能把数据发一下。

写回答 关注

1回答

  • 慕姐9474638
    2021-02-15 01:38:12

    批量插入数据

    PUT http://localhost:9200/book/novel/_bulk

    { "index":{"_id": "5"} }

    { "author": "王五", "title": "菜谱", "word_count": 5000, "publish_date": "2002-10-01"}

    { "index":{"_id": "8"} }

    { "author": "瓦力", "title": "ElasticSearch入门", "word_count": 3000, "publish_date": "2017-08-20"}

    { "index":{"_id": "9"} }

    { "author": "很胖的瓦力", "title": "ElasticSearch精通", "word_count": 3000, "publish_date": "2017-08-15"}

    { "index":{"_id": "10"} }

    { "author": "牛魔王", "title": "芭蕉扇", "word_count": 1000, "publish_date": "2000-10-01"}

    { "index":{"_id": "2"} }

    { "author": "李三", "title": "Java入门", "word_count": 2000, "publish_date": "2010-10-01"}

    { "index":{"_id": "4"} }

    { "author": "李四", "title": "ElasticSearch大法好", "word_count": 1000, "publish_date": "2017-08-01"}

    { "index":{"_id": "6"} }

    { "author": "赵六", "title": "剑谱", "word_count": 10000, "publish_date": "1997-01-01"}

    { "index":{"_id": "1"} }

    { "author": "张三", "title": "移魂大法", "word_count": 1000, "publish_date": "2000-10-01"}

    { "index":{"_id": "7"} }

    { "author": "张三丰", "title": "太极拳", "word_count": 1000, "publish_date": "1997-01-01"}

    { "index":{"_id": "3"} }

    { "author": "张四", "title": "Python入门", "word_count": 2000, "publish_date": "2005-10-01"}

    { "index":{"_id": "11"} }

    { "author": "孙悟空", "title": "七十二变", "word_count": 1000, "publish_date": "2000-10-01"}

    { "index":{"_id": "11"} }

    { "author": "瓦力", "title": "瓦力教我们学ElasticSearch", "word_count": 1000, "publish_date": "2017-08-01 00:00:00"}


ElasticSearch入门

ElasticSearch轻松入门,Spring Boot集成ES

67740 学习 · 302 问题

查看课程

相似问题