sphinx\Connection getIndexSchema()

getIndexSchema() public method

Obtains the schema information for the named index.

public yii\sphinx\IndexSchema getIndexSchema ( $name, $refresh = false )
$name string

Index name.

$refresh boolean

Whether to reload the table schema even if it is found in the cache.

return yii\sphinx\IndexSchema

Index schema information. Null if the named index does not exist.

doc_Yii
2016-10-30 17:11:55
Comments
Leave a Comment

Please login to continue.