view = $view; } /** * Need to set proper base path for facets. */ public function getPath($new_keywords = NULL) { if (isset($new_keywords)) { return $this->base_path . '/' . $new_keywords; } return $this->base_path; } /** * Returns the view related with this query object. */ public function getView() { return $this->view; } }