您位於此處:
Influence the Placement of a Page Designer Page in Search Results
You can specify a boost factor in a searchable page or component attribute to influence the placement of the page in search results.
How: The default value for a boost factor is 1.0. To indicate that text in the attribute is less relevant than other terms in the index, specify a boost factor less than 1.0. You can use any decimal number less than 1, for example, 0.5 or 0.3, but you can't use negative numbers. To increase the relevance of attribute text, specify a boost factor greater than 1.0. For example, specifying a boost factor of 2.0 makes the field twice as relevant in relation to other fields in the index.
Include the boost factor value in the page or component meta definition file, as in the following example:
{
"id": "heading",
"name": "Banner Heading",
"required": true,
"type": "text",
"searching": {
"searchable": true,
"refinable": true,
"boost_factor": 2.0
}
}

