Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.addAllFunctions(Iterable<? extends Search.Function> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.addFunctions(int index,
Search.Function.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.addFunctions(int index,
Search.Function value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.addFunctions(Search.Function.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.addFunctions(Search.Function value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clear() |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearCombineMode()
optional .com.alicloud.openservices.tablestore.core.protocol.FunctionCombineMode combine_mode = 4;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearFunctions()
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearMaxScore()
optional float max_score = 6;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearMinScore()
optional float min_score = 5;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.Query query = 1;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.clearScoreMode()
optional .com.alicloud.openservices.tablestore.core.protocol.FunctionScoreMode score_mode = 3;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.mergeFrom(Search.FunctionsScoreQuery other) |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.mergeQuery(Search.Query value)
optional .com.alicloud.openservices.tablestore.core.protocol.Query query = 1;
|
static Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.newBuilder() |
static Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.newBuilder(Search.FunctionsScoreQuery prototype) |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.newBuilderForType() |
protected Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.removeFunctions(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setCombineMode(Search.FunctionCombineMode value)
optional .com.alicloud.openservices.tablestore.core.protocol.FunctionCombineMode combine_mode = 4;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setFunctions(int index,
Search.Function.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setFunctions(int index,
Search.Function value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Function functions = 2;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setMaxScore(float value)
optional float max_score = 6;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setMinScore(float value)
optional float min_score = 5;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setQuery(Search.Query.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Query query = 1;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setQuery(Search.Query value)
optional .com.alicloud.openservices.tablestore.core.protocol.Query query = 1;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.Builder.setScoreMode(Search.FunctionScoreMode value)
optional .com.alicloud.openservices.tablestore.core.protocol.FunctionScoreMode score_mode = 3;
|
Search.FunctionsScoreQuery.Builder |
Search.FunctionsScoreQuery.toBuilder() |