You are here

public function SolrBackendInterface::getIndexSolrSettings in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getIndexSolrSettings()

Returns the Solr settings for the given index.

Parameters

\Drupal\search_api\IndexInterface $index: The Search API index entity.

Return value

array An associative array of settings.

1 method overrides SolrBackendInterface::getIndexSolrSettings()
SearchApiSolrBackend::getIndexSolrSettings in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Returns the Solr settings for the given index.

File

src/SolrBackendInterface.php, line 224

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function getIndexSolrSettings(IndexInterface $index);