SolrDocument::fieldExists
PHP Manual
PHP Manual»SolrDocument»SolrDocument::fieldExists

SolrDocument::fieldExists

(PECL solr >= 0.9.2)

SolrDocument::fieldExistsChecks if a field exists in the document

Descrizione

public function SolrDocument::fieldExists(string $fieldName): bool

Checks if the requested field as a valid fieldname in the document.

Elenco dei parametri

fieldName

The name of the field.

Valori restituiti

Returns true if the field is present and false if it does not.

To Top