Lines Matching refs:DSL
6 use Elastica\QueryBuilder\DSL; alias
34 $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
69 * @return DSL\Query
73 return $this->_facades[DSL::TYPE_QUERY];
79 * @return DSL\Aggregation
83 return $this->_facades[DSL::TYPE_AGGREGATION];
89 * @return DSL\Suggest
93 return $this->_facades[DSL::TYPE_SUGGEST];
99 * @return DSL\Collapse
103 return $this->_facades[DSL::TYPE_COLLAPSE];