ElasticSearcher\Abstracts\AbstractQuery::setSearchType PHP Method

setSearchType() protected method

See also: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-type.html
protected setSearchType ( string $type )
$type string
    protected function setSearchType($type)
    {
        $this->setQueryStringParam('search_type', $type);
    }