文件的增刪改查

2021-10-08 08:12:47 字數 911 閱讀 5864

請求 (post) }

/nba/_doc

指定id 則

}/nba/_doc/id

可以通過 op_type=create 指定建立

響應,"_seq_no":0

,"_primary_term":3

}

請求(get)

}/nba/_doc/tvhlbhmbc4_-cyfmh_q7

響應 }

put 

}/_cluster/settings

}

4 自動建立索引(和新增索引步驟一致)

請求 (post)

}/_mget

json,]

}

請求 (post)

}/nba/_update/t_h4bhmbc4_-cyfmvfo4

json

}

請求(post)

}/nba/_update/t_h4bhmbc4_-cyfmvfo4

json

請求(post)

}/nba/_update/t_h4bhmbc4_-cyfmvfo4

json

請求(post)

}/nba/_update/t_h4bhmbc4_-cyfmvfo34},

"upsert":}

upsert : 如果文件不存在 則新建立

請求(delete)

}/nba/_doc/t_h4bhmbc4_-cyfmvfo34

Elasticsearch 文件增刪改查及區域性更新

文件,即索引庫中的資料,會根據規則建立索引,將來用於搜尋。可以模擬做資料庫中的一行資料 post 索引名稱 search post 索引名 update 全量 put my company index doc 3 部分更新 post my company index update 3 delete ...

文件資料的增刪改查 重點

curl x put curl x put 獲取所有的字段資料 curl 127.0.0.1 9200 articles article 150000?pretty 獲取一部分字段資料 curl 127.0.0.1 9200 articles article 150000?source title,...

mysql增刪改查效果 mysql增刪改查

檢視所有資料庫 mysql show databases 建立乙個庫ghd並指定字符集為utp8 mysql create database ghd charset utf8 檢視mysql支援的字符集 mysql show char set 建立乙個表,並設定id為主鍵 create table ...