Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DSearchableInterface.php74 public function createSearch($query = '', $options = null): Search; function
DIndex.php530 …public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Sea… function in Elastica\\Index
544 $search = $this->createSearch($query, $options);
554 $search = $this->createSearch($query);
DSearch.php307 return $searchObject->createSearch();