Class CatalogAttribute.FacetConfig.RerankConfig (2.78.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.78.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  CatalogAttribute . FacetConfig . RerankConfig   extends   GeneratedMessageV3   implements   CatalogAttribute . FacetConfig . RerankConfigOrBuilder  
   Options 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.v2beta.CatalogAttribute.FacetConfig.RerankConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  FACET_VALUES_FIELD_NUMBER 
  
    
public   static   final   int   FACET_VALUES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  RERANK_FACET_FIELD_NUMBER 
  
    
public   static   final   int   RERANK_FACET_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig . Builder   newBuilder ()  
  
  newBuilder(CatalogAttribute.FacetConfig.RerankConfig prototype) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig . Builder   newBuilder ( CatalogAttribute . FacetConfig . RerankConfig   prototype )  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CatalogAttribute . FacetConfig . RerankConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<CatalogAttribute . FacetConfig . RerankConfig >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   CatalogAttribute . FacetConfig . RerankConfig   getDefaultInstanceForType ()  
  
  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  
      
        indexint The 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  
      
        indexint The 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;
getParserForType() 
  
    
public   Parser<CatalogAttribute . FacetConfig . RerankConfig >  getParserForType ()  
  
  Overrides 
  
  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.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   CatalogAttribute . FacetConfig . RerankConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   CatalogAttribute . FacetConfig . RerankConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   CatalogAttribute . FacetConfig . RerankConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]