Interface SearchRequest.BoostSpecOrBuilder (0.37.0)

public static interface SearchRequest.BoostSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConditionBoostSpecs(int index)

public abstract SearchRequest.BoostSpec.ConditionBoostSpec getConditionBoostSpecs(int index)

Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

repeated .google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchRequest.BoostSpec.ConditionBoostSpec

getConditionBoostSpecsCount()

public abstract int getConditionBoostSpecsCount()

Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

repeated .google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;

Returns
TypeDescription
int

getConditionBoostSpecsList()

public abstract List<SearchRequest.BoostSpec.ConditionBoostSpec> getConditionBoostSpecsList()

Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

repeated .google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;

Returns
TypeDescription
List<ConditionBoostSpec>

getConditionBoostSpecsOrBuilder(int index)

public abstract SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder getConditionBoostSpecsOrBuilder(int index)

Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

repeated .google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder

getConditionBoostSpecsOrBuilderList()

public abstract List<? extends SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder> getConditionBoostSpecsOrBuilderList()

Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

repeated .google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1alpha.SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder>