class SolrIndexCheck implements EnvironmentCheck (View source)

deprecated 3.1.0 Will be removed without equivalent functionality to replace it in a future major release.

Check the availability of all Solr indexes

If there are no indexes of given class found, the returned status will still be "OK".

Methods

public
__construct()

No description

public
array
check()

No description

Details

__construct()

No description

array check()

No description

Return Value

array

Result with 'status' and 'message' keys.

Status is EnvironmentCheck::ERROR, EnvironmentCheck::WARNING, or EnvironmentCheck::OK.