Search.Aggregations.Builder |
Search.Aggregations.Builder.addAggs(int index,
Search.Aggregation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.addAggs(int index,
Search.Aggregation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.addAggs(Search.Aggregation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.addAggs(Search.Aggregation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.addAllAggs(Iterable<? extends Search.Aggregation> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.clear() |
Search.Aggregations.Builder |
Search.Aggregations.Builder.clearAggs()
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.SearchQuery.Builder.getAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations aggs = 10;
|
Search.Aggregations.Builder |
Search.GroupByDateHistogram.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 8;
|
Search.Aggregations.Builder |
Search.GroupByHistogram.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 7;
|
Search.Aggregations.Builder |
Search.GroupByComposite.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 4;
|
Search.Aggregations.Builder |
Search.GroupByField.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 4;
|
Search.Aggregations.Builder |
Search.GroupByRange.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;
|
Search.Aggregations.Builder |
Search.GroupByFilter.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 2;
|
Search.Aggregations.Builder |
Search.GroupByGeoDistance.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 4;
|
Search.Aggregations.Builder |
Search.GroupByGeoGrid.Builder.getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 4;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.Aggregations.Builder |
Search.Aggregations.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.Aggregations.Builder |
Search.Aggregations.Builder.mergeFrom(Search.Aggregations other) |
static Search.Aggregations.Builder |
Search.Aggregations.newBuilder() |
static Search.Aggregations.Builder |
Search.Aggregations.newBuilder(Search.Aggregations prototype) |
Search.Aggregations.Builder |
Search.Aggregations.newBuilderForType() |
protected Search.Aggregations.Builder |
Search.Aggregations.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.Aggregations.Builder |
Search.Aggregations.Builder.removeAggs(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.setAggs(int index,
Search.Aggregation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.Builder.setAggs(int index,
Search.Aggregation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Aggregation aggs = 1;
|
Search.Aggregations.Builder |
Search.Aggregations.toBuilder() |