摘要:
创建索引shop PUT /shop { "settings": { "number_of_shards": 3, "number_of_replicas": 0 } } 修改http://81.69.251.148:9200/shop/_mapping post { "properties":{
阅读全文
posted @ 2021-11-21 22:55
袁子弹
阅读(42)
推荐(0)
编辑
摘要:
es分词 http://81.69.251.148:9200/_analyze post { "analyzer":"standard", "text":"my name is yuan" } 基于某个索引分析 post "analyzer":"standard", simple whitespac
阅读全文
posted @ 2021-11-21 19:37
袁子弹
阅读(80)
推荐(0)
编辑
摘要:
添加索引 putPUT /myindex { "settings": { "number_of_shards": 3, "number_of_replicas": 0 } } 创建index_mappings索引 puthttp://81.69.251.148:9200/index_mappings
阅读全文
posted @ 2021-11-21 12:43
袁子弹
阅读(164)
推荐(0)
编辑