GoLang SolrDocument::getFieldNames

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



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

PHP SolrDocument::getFieldNames

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

SolrDocument::getFieldNames

(PECL solr >= 0.9.2)

SolrDocument::getFieldNamesReturns an array of fields names in the document

Description

public array SolrDocument::getFieldNames ( void )

Returns an array of fields names in the document.

Parameters

This function has no parameters.

Return Values

Returns an array containing the names of the fields in this document.