Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php29 use Elastica\Query\MultiMatch; alias
87 public function multi_match(): MultiMatch
89 return new MultiMatch();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php14 class MultiMatch extends AbstractQuery class
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md126 * Deprecated `cutoff_frequency` option of `Elastica\Query\MultiMatch` by @deguif [#2015](https://github.com/ruflin/Elastica/pull/2015)
889 - Elastica\Query\MultiMatch::setFuzziness now supports being set to `AUTO` with the const `MultiMatch::FUZZINESS_AUTO`
1373 - Added missing query options for MultiMatch (operator, minimum_should_match, zero_terms_query, cutoff_frequency, type, fuzziness, prefix_length, max_expansions, analyzer) [#569](https://github.com/ruflin/Elastica/issues/569/)