You are here

protected property Apache_Solr_Service::$_namedListTreatment in Apache Solr Search 5

How NamedLists should be formatted in the output. This specifically effects facet counts. Valid values are {@link Apache_Solr_Service::NAMED_LIST_MAP} (default) or {@link Apache_Solr_Service::NAMED_LIST_FLAT}.

Type: string

File

SolrPhpClient/Apache/Solr/Service.php, line 119

Class

Apache_Solr_Service
Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.

Code

protected $_namedListTreatment = self::NAMED_LIST_MAP;