PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Suchmaschinenerweiterungen Solr SolrDocument SolrDocument::__set
SolrDocument SolrDocument::addField SolrDocument::clear SolrDocument::__clone SolrDocument::__construct SolrDocument::current SolrDocument::deleteField SolrDocument::__destruct SolrDocument::fieldExists SolrDocument::__get SolrDocument::getField SolrDocument::getFieldCount SolrDocument::getFieldNames SolrDocument::getInputDocument SolrDocument::__isset SolrDocument::key SolrDocument::merge SolrDocument::next SolrDocument::offsetExists SolrDocument::offsetGet SolrDocument::offsetSet SolrDocument::offsetUnset SolrDocument::reset SolrDocument::rewind SolrDocument::serialize SolrDocument::__set SolrDocument::sort SolrDocument::toArray SolrDocument::unserialize SolrDocument::__unset SolrDocument::valid
  • SolrDocument::serialize
  • SolrDocument::sort

SolrDocument::__set

(PECL solr >= 0.9.2)

SolrDocument::__set — Adds another field to the document

Beschreibung

public bool SolrDocument::__set ( string $fieldName , string $fieldValue )

Adds another field to the document. Used to set the fields as new properties.

Parameter-Liste

fieldName

Name of the field.

fieldValue

Field value.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.