SolrDocument::fieldExists
Checks if a field exists in the document
&reftitle.description;
public boolSolrDocument::fieldExists
stringfieldName
Checks if the requested field as a valid fieldname in the document.
&reftitle.parameters;
fieldName
The name of the field.
&reftitle.returnvalues;
Returns &true; if the field is present and &false; if it does not.