yii\sphinx\Query::showMeta PHP Method

showMeta() public method

Sets whether to automatically perform 'SHOW META' for the search query.
See also: showMeta
public showMeta ( boolean | string | yii\db\Expression $showMeta )
$showMeta boolean | string | yii\db\Expression whether to automatically perform 'SHOW META'
    public function showMeta($showMeta)
    {
        $this->showMeta = $showMeta;
        return $this;
    }