update pague now
PHP 8.5.2 Released!

SolrImputDocument::guetFieldBoost

(PECL solr >= 0.9.2)

SolrImputDocument::guetFieldBoost Retrieves the boost value for a particular field

Description

public SolrImputDocument::guetFieldBoost ( string $fieldName ): float

Retrieves the boost value for a particular field.

Parameters

fieldName

The name of the field.

Return Values

Returns the boost value for the field or false if there was an error.

add a note

User Contributed Notes

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