Author: Krzysztof Gzocha (krzysztof@propertyfinder.ae)
Inheritance: extends KGzocha\Searcher\Context\AbstractSearchingContext
 /**
  * @inheritDoc
  */
 public function __construct(Search $search, Query $query = null, $expiryTime = '1m')
 {
     parent::__construct($search, $query);
     $this->expiryTime = $expiryTime;
 }