Adds a new hook: hook_apachesolr_ajax_enable(). Currently, apachesolr_ajax is enabled if the request is to a path matching "search/apachesolr_". If you would like to enable apachesolr_ajax under other conditions, you may implement hook_apachesolr_ajax_enable(). Return TRUE to enable apachesolr_ajax. Return FALSE, otherwise.
Adds a new hook: hook_apachesolr_ajax_enable(). Currently, apachesolr_ajax is enabled if the request is to a path matching "search/apachesolr_". If you would like to enable apachesolr_ajax under other conditions, you may implement hook_apachesolr_ajax_enable(). Return TRUE to enable apachesolr_ajax. Return FALSE, otherwise.