PHP Doku:: Checks if a field exists in the document - solrdocument.fieldexists.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrDocument classSolrDocument::fieldExists

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrDocument class

<<SolrDocument::__destruct

SolrDocument::__get>>

SolrDocument::fieldExists

(PECL solr >= 0.9.2)

SolrDocument::fieldExistsChecks if a field exists in the document

Beschreibung

public bool SolrDocument::fieldExists ( string $fieldName )

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

Parameter-Liste

fieldName

The name of the field.

Rückgabewerte

Returns TRUE if the field is present and FALSE if it does not.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)