public static function ApacheSolrFacetapiDate::getType in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 plugins/facetapi/query_type_date.inc \ApacheSolrFacetapiDate::getType()
- 7 plugins/facetapi/query_type_date.inc \ApacheSolrFacetapiDate::getType()
Returns the query type associated with the plugin.
Return value
string The query type.
Overrides FacetapiQueryTypeInterface::getType
File
- plugins/
facetapi/ query_type_date.inc, line 19 - Date query type plugin for the Apache Solr adapter.
Class
- ApacheSolrFacetapiDate
- Plugin for "date" query types.
Code
public static function getType() {
return 'date';
}