You are here

function DummySolr::deleteByMultipleIds in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 tests/Dummy_Solr.php \DummySolr::deleteByMultipleIds()
  2. 7 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) {
}