摘要:
数据准备 //创建索引 PUT my_index { "mappings": { "my_type": { "properties": { "title": { "type": "keyword" } } } } } //准备数据 POST my_index/my_type { "title":"h 阅读全文
posted @ 2021-12-20 23:43
听风是雨
阅读(111)
评论(0)
推荐(0)
摘要:
数据准备 //创建索引 PUT my_index { "mappings": { "my_type": { "properties": { "title": { "type": "keyword" } } } } } //新增数据 POST my_index/my_type { "title":"C 阅读全文
posted @ 2021-12-20 23:21
听风是雨
阅读(249)
评论(0)
推荐(0)
摘要:
Accept:指定客户端能够接收的内容类型。Accept-Charset:浏览器可以接受的字符编码集。Accept-Encoding:指定浏览器可以支持的web服务器返回内容压缩编码类型。Accept-Language:浏览器可接受的语言。Accept-Ranges:可以请求网页实体的一个或者多个子 阅读全文
posted @ 2021-12-20 15:07
听风是雨
阅读(1473)
评论(0)
推荐(0)

浙公网安备 33010602011771号