Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 25 of 46) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec.php25 public $boost; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec
34 public function setBoost($boost) argument
36 $this->boost = $boost;
43 return $this->boost;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DPhrase.php25 public $boost; variable in Google\\Service\\Speech\\Phrase
34 public function setBoost($boost) argument
36 $this->boost = $boost;
43 return $this->boost;
DSpeechContext.php26 public $boost; variable in Google\\Service\\Speech\\SpeechContext
35 public function setBoost($boost) argument
37 $this->boost = $boost;
44 return $this->boost;
DPhraseSet.php26 public $boost; variable in Google\\Service\\Speech\\PhraseSet
37 public function setBoost($boost) argument
39 $this->boost = $boost;
46 return $this->boost;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DRegexp.php19 * @param float $boost OPTIONAL Boost value (default = 1)
21 public function __construct(string $key = '', ?string $value = null, float $boost = 1.0) argument
24 $this->setValue($key, $value, $boost);
33 public function setValue(string $key, ?string $value = null, float $boost = 1.0) argument
35 return $this->setParam($key, ['value' => $value, 'boost' => $boost]);
DWildcard.php26 public function __construct(string $field, string $value, float $boost = 1.0) argument
32 'boost' => $boost,
49 public function setBoost(float $boost): self argument
52 $this->setParam($this->field, \array_merge($data, ['boost' => $boost]));
DTerm.php40 * @param float $boost OPTIONAL Boost value (default = 1.0)
44 public function setTerm(string $key, $value, float $boost = 1.0): self argument
46 return $this->setRawTerm([$key => ['value' => $value, 'boost' => $boost]]);
DPrefix.php38 * @param float $boost OPTIONAL Boost value (default = 1.0)
42 public function setPrefix(string $key, $value, float $boost = 1.0): self argument
44 return $this->setRawPrefix([$key => ['value' => $value, 'boost' => $boost]]);
DSpanTerm.php41 * @param float $boost OPTIONAL Boost value (default = 1.0)
45 public function setTerm(string $key, $value, float $boost = 1.0): self argument
47 return $this->setRawTerm([$key => ['value' => $value, 'boost' => $boost]]);
DBoolQuery.php65 * @param float $boost Boost value
69 public function setBoost(float $boost): self argument
71 return $this->setParam('boost', $boost);
DMoreLikeThis.php43 * @param float $boost Boost value
47 public function setBoost(float $boost = 1.0): self argument
49 return $this->setParam('boost', $boost);
DConstantScore.php39 public function setBoost(float $boost): self argument
41 return $this->setParam('boost', $boost);
DDisMax.php39 public function setBoost(float $boost): self argument
41 return $this->setParam('boost', $boost);
DDistanceFeature.php37 public function setBoost(float $boost = 1.0): self argument
39 return $this->setParam('boost', $boost);
DTerms.php74 public function setBoost(float $boost): self argument
76 return $this->setParam('boost', $boost);
DMatchPhrase.php82 public function setFieldBoost(string $field, float $boost = 1.0): self argument
84 return $this->setFieldParam($field, 'boost', $boost);
DCommon.php119 public function setBoost(float $boost): self argument
121 return $this->setQueryParam('boost', $boost);
DQueryString.php152 public function setBoost(float $boost = 1.0): self argument
154 return $this->setParam('boost', $boost);
DMatchQuery.php100 public function setFieldBoost(string $field, float $boost = 1.0): self argument
102 return $this->setFieldParam($field, 'boost', $boost);
DFunctionScore.php231 public function setBoost(float $boost): self argument
233 return $this->setParam('boost', $boost);
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DQuery.php370 public function regexp(string $key = '', ?string $value = null, float $boost = 1.0): Regexp argument
372 return new Regexp($key, $value, $boost);
495 public function wildcard(string $field, string $value, float $boost = 1.0): Wildcard argument
497 return new Wildcard($field, $value, $boost);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D75330ec1305d2beb0e2f34d2195464e2.asciidoc9 'boost' => 1.2,
Dd0a8a938a2fa913b6fdbc871079a59dd.asciidoc11 'boost' => 1,
Da116949e446f34dc25ae57d4b703d0c1.asciidoc12 'boost' => 2,
D06afce2955f9094d96d27067ebca32e8.asciidoc40 'boost' => 1,

12