SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrInputDocument::fieldExists — Checks if a field exists

Beschreibung

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

Checks if a field exists

Parameter-Liste

fieldName

Name of the field.

Rückgabewerte

Returns true if the field was found and false if it was not found.

+add a note

User Contributed Notes

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