You are here

public function Apache_Solr_Service::getNamedListTreatment in Apache Solr Search 5

Get the current setting for named list treatment.

Return value

string

File

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

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

public function getNamedListTreatment() {
  return $this->_namedListTreatment;
}