-
中文分词比较好的分词器查看全部 -
分词查看全部 -
binlog是mysql记录数据变化的日志:logstash ES官方的同步组件查看全部 -
多条件中must类似and,should类似or查看全部 -
查询查看全部 -
查询全部索引查看全部 -
条件查询查看全部 -
添加数据查看全部 -
删除索引查看全部 -
创建索引查看全部 -
查看所有索引查看全部 -
条件查询对比查看全部 -
Mysql和ES对比查看全部 -
elastic search
查看全部 -
创建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>
查看全部
举报
0/150
提交
取消