2016-03-03 59 views

回答

1

您可以指定請求體內的指標:

{ 
    "indices" : { 
     "indices" : ["index1", "index2"], 
     "query" : { 
      "term" : { "tag" : "wow" } 
     }, 
     "no_match_query" : "none" 
    } 
} 

Indices Query

相關問題