You are here

function apachesolr_views_handler_field_score::construct in Apache Solr Views 6

File

handlers/apachesolr_views_handler_field_score.inc, line 8
Views handler to handle the score field. Will not add anything to the query

Class

apachesolr_views_handler_field_score
@file Views handler to handle the score field. Will not add anything to the query

Code

function construct() {
  parent::construct();
  $this->definition['float'] = TRUE;
}