SolrInputDocument::addField
(PECL solr >= 0.9.2)
SolrInputDocument::addField — Adds a field to the document
说明
public SolrInputDocument::addField(string
$fieldName
, string $fieldValue
, float $fieldBoostValue
= 0.0): boolFor multi-value fields, if a valid boost value is specified, the specified value will be multiplied by the current boost value for this field.
参数
fieldName
-
The name of the field
fieldValue
-
The value for the field.
fieldBoostValue
-
The index time boost for the field. Though this cannot be negative, you can still pass values less than 1.0 but they must be greater than zero.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/solrinputdocument.addfield.php