コード例 #1
0
ファイル: Connection.java プロジェクト: stone1100/heroic
 public CountRequestBuilder count(DateRange range, String type) throws NoIndexSelectedException {
   return index.count(client, range, type);
 }