SilverStripe\FullTextSearch\Solr\Services\Solr4Service_Core::commit
Replace underlying commit function to remove waitFlush in 4.0+, since it's been deprecated and 4.4 throws errors if you pass it
Signature
public function commit([boolean
$expungeDeletes = false,
[
$waitFlush = NULL,
[boolean
$waitSearcher = true,
[integer
$timeout = 3600]]]] )
Parameters
$expungeDeletes
— boolean$waitFlush
—$waitSearcher
— boolean$timeout
— integer