Description ---------------- Integrates the votingapi results with ApacheSolr sorting. Customization ---------------- You may want to set the variable 'apachesolr_votingapi_criteria' in your settings.php. This variable is responsible for picking out which tally for a node is used by Solr for sorting. You might want to use a custom function or custom content type here. The default value is suitable for a fivestar ratings implementation. The default value is: array( 'content_type' => 'node', 'value_type' => 'points', 'function' => 'average', 'tag' => 'vote', ) Author --------------- Moshe Weitzman Sponsor --------------- The Economist - http://www.economist.com