CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrInputDocument::fieldExistsVérifie si un champ existe

Description

public SolrInputDocument::fieldExists(string $fieldName): bool

Vérifie si un champ existe.

Liste de paramètres

fieldName

Le nom du champ.

Valeurs de retour

Retourne true si le champ existe, et false sinon.

add a note

User Contributed Notes

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