You are here

public static function ApacheSolrFacetapiGeo::getType in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 plugins/facetapi/query_type_geo.inc \ApacheSolrFacetapiGeo::getType()
  2. 7 plugins/facetapi/query_type_geo.inc \ApacheSolrFacetapiGeo::getType()

Returns the query type associated with the plugin.

Return value

string The query type.

Overrides FacetapiQueryTypeInterface::getType

File

plugins/facetapi/query_type_geo.inc, line 18

Class

ApacheSolrFacetapiGeo
Plugin for "apachesolr_geo" query types.

Code

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