Searched refs:BuilderInterface (Results 1 – 6 of 6) sorted by relevance
9 class ProcessingBuilder implements BuilderInterface12 * @var BuilderInterface21 public function __construct(BuilderInterface $builder, ProcessorInterface $processor)
9 interface BuilderInterface interface
10 class DefaultBuilder implements BuilderInterface
11 use Elastica\ResultSet\BuilderInterface; alias74 * @var BuilderInterface|null78 public function __construct(Client $client, ?BuilderInterface $builder = null)433 public function getResultSetBuilder(): BuilderInterface
16 use Elastica\ResultSet\BuilderInterface; alias530 …public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Sea…
836 …late the creation of a ResultSet, implement the \Elastica\ResultSet\BuilderInterface and pass your…