public function Apache_Solr_Service::getCreateDocuments in Apache Solr Search 5
Get the current state of teh create documents flag.
Return value
boolean
File
- SolrPhpClient/
Apache/ Solr/ Service.php, line 431
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 getCreateDocuments() {
return $this->_createDocuments;
}