You are here

public static function ApacheSolrFacetapiTerm::getType in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 plugins/facetapi/query_type_term.inc \ApacheSolrFacetapiTerm::getType()
  2. 6.3 plugins/facetapi/query_type_term.inc \ApacheSolrFacetapiTerm::getType()

Returns the query type associated with the plugin.

Return value

string The query type.

File

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

Class

ApacheSolrFacetapiTerm
Plugin for "term" query types.

Code

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