SolrInputDocument::getFieldCount

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldCountReturns the number of fields in the document

Descrierea

public SolrInputDocument::getFieldCount ( ) : int|false

Returns the number of fields in the document.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns an integer on success sau false în cazul eșecului.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top