2015-06-17 77 views

回答

1

更新Prabins回答文檔:過濾器已取代了exists query

的存在。你可以這樣使用它:

GET /_search 
{ 
    "query": { 
     "exists" : { "field" : "num-users" } 
    } 
} 
相關問題