You are here

function apachesolr_views_query::get_param in Apache Solr Views 6

get a search param. Used primarly by the snippet field

Parameters

string $param_name:

Return value

string parameter setting

File

./apachesolr_views_query.inc, line 489

Class

apachesolr_views_query
Class for handling a view that gets its data not from the database, but from a Solr server.

Code

function get_param($param_name) {
  return $this->_params[$param_name];
}