You are here

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

Same name and namespace in other branches
  1. 6.3 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.

File

plugins/facetapi/query_type_geo.inc, line 18

Class

ApacheSolrFacetapiGeo
Plugin for "apachesolr_geo" query types.

Code

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