sphinx\Schema getRawIndexName()

getRawIndexName() public method

Returns the actual name of a given index name.

This method will strip off curly brackets from the given index name and replace the percentage character '%' with yii\sphinx\Connection::indexPrefix.

public string getRawIndexName ( $name )
$name string

The index name to be converted

return string

The real name of the given index name

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.