欢迎投稿

今日深度:

elastic search 多条件查询,elasticsearch

elastic search 多条件查询,elasticsearch


curl "http://your ip:9200/your index/your type/_search" -d "{\"query\":{\"and\":[{\"match\":{\"条件字段1\":条件值1}},{\"match\":{\"条件字段2\":条件值2}}]}}"

www.htsjk.Com true http://www.htsjk.com/Elasticsearch/31325.html NewsArticle elastic search 多条件查询,elasticsearch curl "http://your ip:9200/your index/your type/_search" -d "{\"query\":{\"and\":[{\"match\":{\"条件字段1\":条件值1}},{\"match\":{\"条件字段2\":条件值2}}]}}"...
相关文章
    暂无相关文章
评论暂时关闭