Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DMultiMatch.php28 public const FUZZINESS_AUTO = 'AUTO'; define in Elastica\\Query\\MultiMatch
DMatchQuery.php21 public const FUZZINESS_AUTO = 'AUTO'; define in Elastica\\Query\\MatchQuery
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md889 …ltiMatch::setFuzziness now supports being set to `AUTO` with the const `MultiMatch::FUZZINESS_AUTO`