[ECE]模拟试题-7
- 在集群cluster1上有一个索引food_ingredient,搜索满足以下要求:
三个字段manufacturer, name, brand任意能搜索到text “cakemix”,
highlight某个字段name,加<em>
标签
sort某个字段brand正序,_score降序,返回20个文档
DELETE food_ingredient
PUT food_ingredient
{
"mappings": {
"properties": {
"manufacturer":{
"type&