function DummySolr::deleteByMultipleIds in Apache Solr Search 7
Same name and namespace in other branches
- 8 tests/Dummy_Solr.php \DummySolr::deleteByMultipleIds()
- 6.3 tests/Dummy_Solr.php \DummySolr::deleteByMultipleIds()
Create and post a delete document based on multiple document IDs.
Parameters
array $ids Expected to be utf-8 encoded strings:
float $timeout Maximum expected duration of the delete operation on the server (otherwise, will throw a communication exception):
Return value
response object
Throws
Exception If an error occurs during the service call
Overrides DrupalApacheSolrServiceInterface::deleteByMultipleIds
File
- tests/
Dummy_Solr.php, line 409 - Dummy object to simulate a Solr Service
Class
- DummySolr
- @file Dummy object to simulate a Solr Service
Code
function deleteByMultipleIds($ids, $timeout = 3600) {
}