constant DrupalApacheSolrService::NAMED_LIST_FORMAT in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::NAMED_LIST_FORMAT
- 7 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::NAMED_LIST_FORMAT
How NamedLists should be formatted in the output. This specifically effects facet counts. Valid values are 'map' (default) or 'flat'.
File
- ./
Drupal_Apache_Solr_Service.php, line 71
Class
- DrupalApacheSolrService
- Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.
Code
const NAMED_LIST_FORMAT = 'map';