SolrDocument::offsetSet
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Adds a field to the document
Description
SolrDocument::offsetSet(string $fieldName, string $fieldValue): void
Used when the object is treated as an array to add a field to the document.
Parameters
fieldNameThe name of the field.
fieldValueThe value for this field.
Return Values
Success