You are here

constant SearchApiSolrConnection::NAMED_LIST_FORMAT in Search API Solr 7

Defines how NamedLists should be formatted in the output.

This specifically affects facet counts. Valid values are 'map' (default) or 'flat'.

File

includes/solr_connection.inc, line 74

Class

SearchApiSolrConnection
Represents a Solr server resource.

Code

const NAMED_LIST_FORMAT = 'map';