- 2.85.0 (latest)
- 2.84.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class CatalogAttribute.FacetConfig.RerankConfig.Builder extends GeneratedMessage.Builder<CatalogAttribute.FacetConfig.RerankConfig.Builder> implements CatalogAttribute.FacetConfig.RerankConfigOrBuilderOptions to rerank based on facet values engaged by the user for the current key. That key needs to be a custom textual key and facetable. To use this control, you also need to pass all the facet keys engaged by the user in the request using the field [SearchRequest.FacetSpec]. In particular, if you don't pass the facet keys engaged that you want to rerank on, this control won't be effective. Moreover, to obtain better results, the facet values that you want to rerank on should be close to English (ideally made of words, underscores, and spaces).
Protobuf type google.cloud.retail.v2alpha.CatalogAttribute.FacetConfig.RerankConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CatalogAttribute.FacetConfig.RerankConfig.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllFacetValues(Iterable<String> values)
public CatalogAttribute.FacetConfig.RerankConfig.Builder addAllFacetValues(Iterable<String> values)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The facetValues to add. |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
addFacetValues(String value)
public CatalogAttribute.FacetConfig.RerankConfig.Builder addFacetValues(String value)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe facetValues to add. |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
addFacetValuesBytes(ByteString value)
public CatalogAttribute.FacetConfig.RerankConfig.Builder addFacetValuesBytes(ByteString value)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the facetValues to add. |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
build()
public CatalogAttribute.FacetConfig.RerankConfig build()| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig |
|
buildPartial()
public CatalogAttribute.FacetConfig.RerankConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig |
|
clear()
public CatalogAttribute.FacetConfig.RerankConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
|
clearFacetValues()
public CatalogAttribute.FacetConfig.RerankConfig.Builder clearFacetValues()If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
clearRerankFacet()
public CatalogAttribute.FacetConfig.RerankConfig.Builder clearRerankFacet()If set to true, then we also rerank the dynamic facets based on the facet values engaged by the user for the current attribute key during serving.
bool rerank_facet = 1;
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CatalogAttribute.FacetConfig.RerankConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFacetValues(int index)
public String getFacetValues(int index)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The facetValues at the given index. |
getFacetValuesBytes(int index)
public ByteString getFacetValuesBytes(int index)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the facetValues at the given index. |
getFacetValuesCount()
public int getFacetValuesCount()If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of facetValues. |
getFacetValuesList()
public ProtocolStringList getFacetValuesList()If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the facetValues. |
getRerankFacet()
public boolean getRerankFacet()If set to true, then we also rerank the dynamic facets based on the facet values engaged by the user for the current attribute key during serving.
bool rerank_facet = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The rerankFacet. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CatalogAttribute.FacetConfig.RerankConfig other)
public CatalogAttribute.FacetConfig.RerankConfig.Builder mergeFrom(CatalogAttribute.FacetConfig.RerankConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CatalogAttribute.FacetConfig.RerankConfig |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CatalogAttribute.FacetConfig.RerankConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CatalogAttribute.FacetConfig.RerankConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
|
setFacetValues(int index, String value)
public CatalogAttribute.FacetConfig.RerankConfig.Builder setFacetValues(int index, String value)If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe facetValues to set. |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |
setRerankFacet(boolean value)
public CatalogAttribute.FacetConfig.RerankConfig.Builder setRerankFacet(boolean value)If set to true, then we also rerank the dynamic facets based on the facet values engaged by the user for the current attribute key during serving.
bool rerank_facet = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe rerankFacet to set. |
| Returns | |
|---|---|
| Type | Description |
CatalogAttribute.FacetConfig.RerankConfig.Builder |
This builder for chaining. |