PHP 8.3.4 Released!

SolrInputDocument::getField

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldRécupère un champ par son nom

Description

public SolrInputDocument::getField(string $fieldName): SolrDocumentField

Récupère un champ par son nom.

Liste de paramètres

fieldName

Le nom du champ.

Valeurs de retour

Retourne un objet SolrDocumentField en cas de succès, et false si une erreur survient.

add a note

User Contributed Notes

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