GoLang SolrDocument::getFieldCount

request it (217)
GoLang replacement for PHP's SolrDocument::getFieldCount [edit | history]



Do you know a GoLang replacement for PHP's SolrDocument::getFieldCount? Write it!

PHP SolrDocument::getFieldCount

PHP original manual for SolrDocument::getFieldCount [ show | php.net ]

SolrDocument::getFieldCount

(PECL solr >= 0.9.2)

SolrDocument::getFieldCountReturns the number of fields in this document

Description

public int SolrDocument::getFieldCount ( void )

Returns the number of fields in this document. Multi-value fields are only counted once.

Parameters

This function has no parameters.

Return Values

Returns an integer on success and FALSE on failure.