You are here

public static function SarniaFacetapiTerm::getType in Sarnia 7

Returns the query type associated with the plugin.

Return value

string The query type.

Overrides SearchApiFacetapiTerm::getType

File

plugins/facetapi/SarniaFacetapiTerm.inc, line 13
Term query type plugin for the Apache Solr adapter.

Class

SarniaFacetapiTerm
Plugin for "term" query types.

Code

public static function getType() {
  return 'sarnia_term';
}