创建ES 实体类EsBlog
@Document
1.indexName
2.type
3.useServerConfiguration:使用线上的一些index mapping 和配置
4.createIndex:当springboot启动检测Document实体的时候,创建索引。
@Id
@Field(type = FieldType.Text,analyzer = "ik_max_word")
创建数据库访问接口EsBlogRepository
继承ElasticSearchRepository<Eslbog,Integer>
笔记和代码
https://blog.csdn.net/hyyyya/article/details/105186254
EsBlog
JavaBean To Es
看一下这些配置,挺重要的。
pattern = "yyyy-MM-dd HH:mm:ss||yyyy-mm-dd||epoch_millis"
springboot 自定义ES的相关配置
ES的dao接口
使用线上的es配置,createIndex=false就是启动springboot时候不去创建index,避免删除线上的index
请输入笔记内容...嘎嘎嘎嘎嘎过过过过付付付付付付