SolrDocument::addField
Adds a field to the document
&reftitle.description;
public boolSolrDocument::addField
stringfieldName
stringfieldValue
This method adds a field to the SolrDocument instance.
&reftitle.parameters;
fieldName
The name of the field
fieldValue
The value of the field.
&reftitle.returnvalues;
&return.success;