| 
 | SolrInputDocument::addFieldAdds a field to the document Description
   public bool SolrInputDocument::addField
    ( string  $fieldName, string$fieldValue[, float$fieldBoostValue= 0.0
  ] )For multi-value fields, if a valid boost value is specified, the specified value will be multiplied by the current boost value for this field. Parameters
 
 Return Values
   Returns  |