Search.InnerHits.Builder |
Search.InnerHits.Builder.clear() |
Search.InnerHits.Builder |
Search.InnerHits.Builder.clearHighlight()
optional .com.alicloud.openservices.tablestore.core.protocol.Highlight highlight = 4;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.clearLimit()
optional int32 limit = 3;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.clearOffset()
optional int32 offset = 2;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.clearSort()
optional .com.alicloud.openservices.tablestore.core.protocol.Sort sort = 1;
|
Search.InnerHits.Builder |
Search.NestedQuery.Builder.getInnerHitsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.InnerHits inner_hits = 5;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.InnerHits.Builder |
Search.InnerHits.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.InnerHits.Builder |
Search.InnerHits.Builder.mergeFrom(Search.InnerHits other) |
Search.InnerHits.Builder |
Search.InnerHits.Builder.mergeHighlight(Search.Highlight value)
optional .com.alicloud.openservices.tablestore.core.protocol.Highlight highlight = 4;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.mergeSort(Search.Sort value)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort sort = 1;
|
static Search.InnerHits.Builder |
Search.InnerHits.newBuilder() |
static Search.InnerHits.Builder |
Search.InnerHits.newBuilder(Search.InnerHits prototype) |
Search.InnerHits.Builder |
Search.InnerHits.newBuilderForType() |
protected Search.InnerHits.Builder |
Search.InnerHits.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.InnerHits.Builder |
Search.InnerHits.Builder.setHighlight(Search.Highlight.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Highlight highlight = 4;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.setHighlight(Search.Highlight value)
optional .com.alicloud.openservices.tablestore.core.protocol.Highlight highlight = 4;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.setLimit(int value)
optional int32 limit = 3;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.setOffset(int value)
optional int32 offset = 2;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.setSort(Search.Sort.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort sort = 1;
|
Search.InnerHits.Builder |
Search.InnerHits.Builder.setSort(Search.Sort value)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort sort = 1;
|
Search.InnerHits.Builder |
Search.InnerHits.toBuilder() |