elasticsearch 查询 - 添加数据
准备数据
创建索引
添加映射
PUT http://192.168.199.126:9200/film/_mapping/dongzuo
title 电影名称 publishDate 发布日期 content 简介 director导演 price 票价
{
"properties": {
"title": {
"type": "text"
},
"publishDate": {
"type": "date"
},
"content": {
"type
发表于 2024-04-08 15:48:24 阅读(185)