You are here

function apachesolr_proximity_init in Apache Solr Term Proximity 6.3

Implement hook_init().

File

./apachesolr_proximity.module, line 22
Applies proximity boosting to Solr searches so that the distance between two or more terms is factored in the relevancy.

Code

function apachesolr_proximity_init() {

  // Include the hook implementations.
  module_load_include('inc', 'apachesolr_proximity', 'apachesolr_proximity.apachesolr');
}