GoLang SolrInputDocument::clear

request it (295)
GoLang replacement for PHP's SolrInputDocument::clear [edit | history]



Do you know a GoLang replacement for PHP's SolrInputDocument::clear? Write it!

PHP SolrInputDocument::clear

PHP original manual for SolrInputDocument::clear [ show | php.net ]

SolrInputDocument::clear

(PECL solr >= 0.9.2)

SolrInputDocument::clearResets the input document

Description

public bool SolrInputDocument::clear ( void )

Resets the document by dropping all the fields and resets the document boost to zero.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.