for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace olvlvl\ElasticsearchDSL\Query\Option;
trait MatchOptions
{
use FuzzyOptions;
public function operator(?string $operator)
$this->options[__FUNCTION__] = $operator;
options
return $this;
}
public function zero_terms_query(?string $zero_terms_query)
$this->options[__FUNCTION__] = $zero_terms_query;
public function cutoff_frequency(?float $cutoff_frequency)
$this->options[__FUNCTION__] = $cutoff_frequency;