SphinxClient
PHP Manual

SphinxClient::setIndexWeights

(No version information available, might be only in CVS)

SphinxClient::setIndexWeightsSet per-index weights

Description

public bool SphinxClient::setIndexWeights ( array $weights )

Sets per-index weights and enables weighted summing of match weights across different indexes.

Liste de paramètres

weights

An associative array mapping string index names to integer weights. Default is empty array, i.e. weighting summing is disabled.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.


SphinxClient
PHP Manual