SolrInputDocument::fieldExists
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Checks if a field exists
Description
SolrInputDocument::fieldExists(string $fieldName): bool
Checks if a field exists
Parameters
fieldNameName of the field.
Return Values
Returns true if the field was found and false if it was not found.