1. 首页
  2. 数据库
  3. 其它
  4. ElasticSearch创建索引详细说明

ElasticSearch创建索引详细说明

上传者: 2021-01-17 02:13:08上传 PDF文件 31.04KB 热度 23次
例子 http://192.168.142.128:9201/haoke { settings: { index: { number_of_shards: 6, number_of_replicas: 1 } }, mappings: { house: { dynamic: false, properties: { title: { type: text, analyzer: ik_max_word
下载地址
用户评论