Try our conversational search powered by Generative AI!

Is it possible to add more properties to Boosting UI configure

Vote:
 

Hi,

I want to add more properties to Boosting UI configure but i don't see any document show how to do it

Default of Find only define four properties

 public class UnifiedWeightsValues
    {
        public UnifiedWeightsValues();

        [JsonProperty("search_title")]
        public double SearchTitle { get; set; }
        [JsonProperty("search_text")]
        public double SearchText { get; set; }
        [JsonProperty("search_summary")]
        public double SearchSummary { get; set; }
        [JsonProperty("search_attachment")]
        public double SearchAttachment { get; set; }
    }

But in don't understand these properties map which property of contentype

as i understand SearchTitle is Name and Summary is Description, correct?

Can somebody clarify and give me solution to this question?

Regards,

Thang Le

#218847
Edited, Mar 23, 2020 4:50
Vote:
 
#218865
Mar 23, 2020 18:13
Vote:
 

Hi Bob Bolt,

This article just show set for default but i want to add particular property from my product like brand etc

Regards,

Thang Le

#218894
Mar 24, 2020 6:47
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.