constant APACHESOLR_PROXIMITY_VARIABLE in Apache Solr Term Proximity 7
Same name and namespace in other branches
- 6.3 apachesolr_proximity.module \APACHESOLR_PROXIMITY_VARIABLE
Regex pattern used to parse terms and phrases from the search keywords.
3 uses of APACHESOLR_PROXIMITY_VARIABLE
- apachesolr_proximity_get_boost in ./
apachesolr_proximity.module - Gets the proximity boost for an enviromnent.
- apachesolr_proximity_reset_boost in ./
apachesolr_proximity.module - Resets the proximity boost for an enviromnent to its default value (8.0).
- apachesolr_proximity_set_boost in ./
apachesolr_proximity.module - Sets the proximity boost for an enviromnent.
File
- ./
apachesolr_proximity.module, line 17 - Applies proximity boosting to Solr searches so that the distance between two or more terms is factored in the relevancy.
Code
define('APACHESOLR_PROXIMITY_VARIABLE', 'apachesolr_proximity_boost');