array( 'type' => 'phrase', 'fields' => $fields, 'query' => $this->text, // 'operator' => 'and' ) ); } public function isFullTextOnly() { return true; } }