SolrDocument::addField
(PECL solr >= 0.9.2)
SolrDocument::addField — Adds a field to the document
Description
public SolrDocument::addField ( string $fieldName , string $fieldValue ) : bool
This method adds a field to the SolrDocument instance.
Parameters
-
fieldName
-
The name of the field
-
fieldValue
-
The value of the field.
Return Values
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/solrdocument.addfield.php