Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQueryBuilder.php34 $this->addDSL(new DSL\Query());
35 $this->addDSL(new DSL\Aggregation());
36 $this->addDSL(new DSL\Suggest());
37 $this->addDSL(new DSL\Collapse());
57 public function addDSL(DSL $dsl): void function in Elastica\\QueryBuilder