class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig

and spaces).
to rerank on should be close to English (ideally made of words, underscores,
effective. Moreover, to obtain better results, the facet values that you want
pass the facet keys engaged that you want to rerank on, this control won’t be
request using the field [SearchRequest.FacetSpec]. In particular, if you don’t
control, you also need to pass all the facet keys engaged by the user in the
key. That key needs to be a custom textual key and facetable. To use this
Options to rerank based on facet values engaged by the user for the current

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @facet_values = args[:facet_values] if args.key?(:facet_values)
  @rerank_facet = args[:rerank_facet] if args.key?(:rerank_facet)
end