You are here

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

Query delimiters. Someone might want to be able to change these (to use & instead of & for example), so I've provided them.

Type: string

File

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

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 $_queryDelimiter = '?', $_queryStringDelimiter = '&';