getIndexTypes() public method
Returns all index types in the Sphinx.
public array getIndexTypes ( $refresh = false ) | ||
---|---|---|
$refresh | boolean |
Whether to fetch the latest available index types. If this is false, index types fetched previously (if available) will be returned. |
return | array |
All index types in the Sphinx in format: index name => index type. |
Please login to continue.