You are here

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

Whether {@link Apache_Solr_Response} objects should have multivalue fields with only a single value collapsed to appear as a single value would.

Type: boolean

File

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

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 $_collapseSingleValueArrays = true;