https://www.elastic.co/guide/en/elasticsearch/guide/current/mapping-intro.html
PUT /gb/_mapping/tweet
{
"properties" : {
"tag" : {
"type" : "string",
"index": "not_analyzed"
}
}
}
https://www.elastic.co/guide/en/elasticsearch/guide/current/mapping-intro.html
PUT /gb/_mapping/tweet
{
"properties" : {
"tag" : {
"type" : "string",
"index": "not_analyzed"
}
}
}
下一篇:配置文件中的空白会害死人
一、索引维护: ----------------------------------------------------1、查看所有索引GET /_cat/indices2、查看某个索引信息GET myindex3、创建索引(并且指定分片数量)PUT tb_car{ "settings": { "number_of_shards": 2, "number_of_replica
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M