You are here

public function SolrBackendInterface::getSchemaLanguageStatistics in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getSchemaLanguageStatistics()

Gets schema language statistics for the multilingual Solr server.

Return value

array Stats as associative array keyed by language IDs and a boolean value to indicate if corresponding field types are existing on the server's current schema.

Throws

\Drupal\Component\Plugin\Exception\PluginException

\Drupal\search_api\SearchApiException

\Drupal\search_api_solr\SearchApiSolrException

1 method overrides SolrBackendInterface::getSchemaLanguageStatistics()
SearchApiSolrBackend::getSchemaLanguageStatistics in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Gets schema language statistics for the multilingual Solr server.

File

src/SolrBackendInterface.php, line 317

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function getSchemaLanguageStatistics();