PHP Doku:: Sets the index-time boost value for a field - solrinputdocument.setfieldboost.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrInputDocument classSolrInputDocument::setFieldBoost

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrInputDocument class

<<SolrInputDocument::setBoost

SolrInputDocument::sort>>

SolrInputDocument::setFieldBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setFieldBoostSets the index-time boost value for a field

Beschreibung

public bool SolrInputDocument::setFieldBoost ( string $fieldName , float $fieldBoostValue )

Sets the index-time boost value for a field. This replaces the current boost value for this field.

Parameter-Liste

fieldName

The name of the field.

fieldBoostValue

The index time boost value.


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",...)