getIndexNames() public method
Returns all index names in the Sphinx.
public string[] getIndexNames ( $refresh = false ) | ||
---|---|---|
$refresh | boolean |
Whether to fetch the latest available index names. If this is false, index names fetched previously (if available) will be returned. |
return | string[] |
All index names in the Sphinx. |
Please login to continue.