GoLang SolrDocument::deleteField

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



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

PHP SolrDocument::deleteField

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

SolrDocument::deleteField

(PECL solr >= 0.9.2)

SolrDocument::deleteFieldRemoves a field from the document

Description

public bool SolrDocument::deleteField ( string $fieldName )

Removes a field from the document.

Parameters

fieldName

Name of the field

Return Values

Returns TRUE on success or FALSE on failure.