一、新增索引:
{ ?? ?"settings":{ ?? ??? ?"number_of_shards":3, ?? ??? ?"number_of_replicas":1 ?? ?}, ?? ?"mappings": { ?? ? ? ?"properties": { ?? ? ? ? ? ?"test1": { ?? ? ? ? ? ? ? ?"type": "text", ?? ? ? ? ? ? ? ?"fields": { ?? ? ? ? ? ? ? ? ? ?"keyword": { ?? ? ? ? ? ? ? ? ? ? ? ?"type": "keyword", ?? ? ? ? ? ? ? ? ? ? ? ?"ignore_above": 256 ?? ? ? ? ? ? ? ? ? ?} ?? ? ? ? ? ? ? ?} ?? ? ? ? ? ?}, ?? ? ? ? ? ?"test2": { ?? ? ? ? ? ? ? ?"type": "text", ?? ? ? ? ? ? ? ?"fields": { ?? ? ? ? ? ? ? ? ? ?"keyword": { ?? ? ? ? ? ? ? ? ? ? ? ?"type": "keyword", ?? ? ? ? ? ? ? ? ? ? ? ?"ignore_above": 256 ?? ? ? ? ? ? ? ? ? ?} ?? ? ? ? ? ? ? ?} ?? ? ? ? ? ?} ?? ? ? ?} ?? ?} }
?点击send后,出现如下界面说明创建索引成功
二、删除索引
三、查询索引
?四、查询索引Mapping
五、查询索引内容?
?六、修改索引内容
?
?七、新增索引内容
?
?
|