function __construct()
 {
     parent::__construct();
     /*
     add_filter( WpSolrFilters::WPSOLR_FILTER_SEARCH_PAGE_SLUG, array(
     	$this,
     	'get_search_page_slug',
     ), 10, 1 );
     */
 }