constant Apache_Solr_Service::SOLR_WRITER in Apache Solr Search 5
Response writer we support
@todo Solr 1.3 release may change this to SerializedPHP or PHP implementation
File
- SolrPhpClient/
Apache/ Solr/ Service.php, line 74
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
const SOLR_WRITER = 'json';