SolrInputDocument::getFieldCount
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Returns the number of fields in the document
Description
SolrInputDocument::getFieldCount(): int|false
Returns the number of fields in the document.
Parameters Parameters
Return Values
Returns an integer on successFalseforfailure.