Home
last modified time | relevance | path

Searched refs:BuilderInterface (Results 1 – 6 of 6) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
DProcessingBuilder.php9 class ProcessingBuilder implements BuilderInterface
12 * @var BuilderInterface
21 public function __construct(BuilderInterface $builder, ProcessorInterface $processor)
DBuilderInterface.php9 interface BuilderInterface interface
DDefaultBuilder.php10 class DefaultBuilder implements BuilderInterface
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DSearch.php11 use Elastica\ResultSet\BuilderInterface; alias
74 * @var BuilderInterface|null
78 public function __construct(Client $client, ?BuilderInterface $builder = null)
433 public function getResultSetBuilder(): BuilderInterface
DIndex.php16 use Elastica\ResultSet\BuilderInterface; alias
530 …public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Sea…
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md836 …late the creation of a ResultSet, implement the \Elastica\ResultSet\BuilderInterface and pass your…