Elasticsearch查詢2

1 上一篇介紹match_all 查詢來匹配所有文檔,現在介紹match查詢,可以將其視爲基本的字段搜索查詢(即針對特定字段或一組字段進行搜索)。 2 數據集合如下:     //查詢age=100 GET /mydb/_search { "query": { "match": { "age": 100 } } } "hits": { "total": 1, "max_score": 1, "hi
相關文章
相關標籤/搜索