Try to remove the additional HEAD query we are making on search:

<?php
if (!$this->checkClient() || !$this->elasticsearchClient->indices()->existsType($params)) {
      return $search_result;
    }
?>

Comments

skek’s picture

Some discussions about this issue has been made in issue: https://drupal.org/node/2287711

skek’s picture

Related issues: +#2287711: Slow searching

  • skek committed 5080160 on 7.x-1.x
    Issue #2288125 by @Steven Jones: Removing the index exists check on each...
skek’s picture

Title: Elasticsearch Connector -> Search Api Integration -> Try to remove the additional HEAD query we are making on search » Try to remove the additional HEAD query we are making on search
Component: Code » Elasticsearch Connector Search API
Status: Active » Fixed

The head request has been removed from search function.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.