Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DProcessingBuilder.php9 class ProcessingBuilder implements BuilderInterface
12 * @var BuilderInterface
21 public function __construct(BuilderInterface $builder, ProcessorInterface $processor)
H A DBuilderInterface.php9 interface BuilderInterface interface
H A DDefaultBuilder.php10 class DefaultBuilder implements BuilderInterface
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php11 use Elastica\ResultSet\BuilderInterface;
74 * @var BuilderInterface|null
78 public function __construct(Client $client, ?BuilderInterface $builder = null)
433 public function getResultSetBuilder(): BuilderInterface
9 use Elastica\ResultSet\BuilderInterface; global() alias
H A DIndex.php16 use Elastica\ResultSet\BuilderInterface;
530 public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Search
13 use Elastica\ResultSet\BuilderInterface; global() alias
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md836 - All properties in the \Elastica\ResultSet class will be moved to private in 4.0. To manipulate the creation of a ResultSet, implement the \Elastica\ResultSet\BuilderInterface and pass your new Builder to the \Elastica\Search instances. [#1065](https://github.com/ruflin/Elastica/pull/1065)