Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearchableInterface.php61 public function createSearch($query = '', $options = null): Search; function
H A DIndex.php465 …public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Sea… function in Elastica\\Index
479 $search = $this->createSearch($query, $options);
489 $search = $this->createSearch($query);
H A DSearch.php305 return $searchObject->createSearch();