美文网首页springboot demo实战项目
springboot elasticsearch demo实战项

springboot elasticsearch demo实战项

作者: 灰色调诺言 | 来源:发表于2019-04-29 17:04 被阅读121次

    简介

    • elasticsearch 是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTful web接口。

    Git地址

    https://gitee.com/wqrzsy/lp-demo/tree/master/lp-elasticsearch-demo

    更多demo请关注

    springboot demo实战项目
    java 脑洞

    docker 部署

    提供elasticsearch的compose文件,包含安装head和中文分词


    image.png

    项目分析

    1. 测试包含嵌套聚合和桶聚合

    image.png

    2. 测试

    http://localhost:8080/swagger-ui.html

    demo项目导入

    参考: https://www.jianshu.com/p/cd0275a2f5fb

    如果这篇文章对你有帮助请给个star


    image.png

    相关文章

      网友评论

        本文标题:springboot elasticsearch demo实战项

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