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. |
Please login to continue.