public static function ApacheSolrFacetapiDate::getType in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 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.
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';
}