Home
last modified time | relevance | path

Searched defs:createSearch (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearchableInterface.php61 public function createSearch($query = '', $options = null): Search; global() function
H A DIndex.php465 public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Search global() function in Elastica\\Index