SolrInputDocument::setFieldBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setFieldBoost设置字段的索引时提升值

说明

public SolrInputDocument::setFieldBoost(string $fieldName, float $fieldBoostValue): bool

设置字段的索引时提升值。这将替换此字段的当前提升值。

参数

fieldName

字段的名称。

fieldBoostValue

索引时提升值。

返回值

成功时返回 true,失败时返回 false

添加备注

用户贡献的备注

此页面没有用户贡献的备注。
To Top