getIndexSchema() public static method
Returns the schema information of the Sphinx index associated with this AR class.
| public static yii\sphinx\IndexSchema getIndexSchema ( ) | ||
|---|---|---|
| return | yii\sphinx\IndexSchema |
The schema information of the Sphinx index associated with this AR class. |
| throws | yii\base\InvalidConfigException |
if the index for the AR class does not exist. |
Please login to continue.