8 calls to Apache_Solr_Service_Balancer::_selectWriteService() in Apache Solr Search 5
- Apache_Solr_Service_Balancer::add in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Raw Add Method. Takes a raw post body and sends it to the update service. Post body should be a complete and well formed "add" xml document.
- Apache_Solr_Service_Balancer::addDocument in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Add a Solr Document to the index
- Apache_Solr_Service_Balancer::addDocuments in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Add an array of Solr Documents to the index all at once
- Apache_Solr_Service_Balancer::commit in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Send a commit command. Will be synchronous unless both wait parameters are set to false.
- Apache_Solr_Service_Balancer::delete in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Raw Delete Method. Takes a raw post body and sends it to the update service. Body should be a complete and well formed "delete" xml document
- Apache_Solr_Service_Balancer::deleteById in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Create a delete document based on document ID
- Apache_Solr_Service_Balancer::deleteByQuery in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Create a delete document based on a query and submit it
- Apache_Solr_Service_Balancer::optimize in SolrPhpClient/
Apache/ Solr/ Service/ Balancer.php - Send an optimize command. Will be synchronous unless both wait parameters are set to false.