
jQuery(document).ready(function() {
    var solrSearchController = new bm.Solr.SearchController();
    solrSearchController.init();

    if(typeof solrSearchAjaxType !== "undefined") {
        solrSearchController.setAjaxType(solrSearchAjaxType);
    }
});
