Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A 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/
H A DPhrase.php25 public $boost; variable in Google\\Service\\Speech\\Phrase
34 public function setBoost($boost) argument
36 $this->boost = $boost;
43 return $this->boost;
H A DSpeechContext.php26 public $boost; variable in Google\\Service\\Speech\\SpeechContext
35 public function setBoost($boost) argument
37 $this->boost = $boost;
44 return $this->boost;
H A 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/
H A 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);
29 * Sets the query expression for a key with its boost value.
33 public function setValue(string $key, ?string $value = null, float $boost = 1.0) argument
35 return $this->setParam($key, ['value' => $value, 'boost' => $boost]);
H A 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]));
H A 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]]);
H A 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]]);
H A 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]]);
H A DBoolQuery.php63 * Sets boost value of this query.
65 * @param float $boost Boost value
69 public function setBoost(float $boost): self argument
71 return $this->setParam('boost', $boost);
H A DConstantScore.php35 * Set boost.
39 public function setBoost(float $boost): self argument
41 return $this->setParam('boost', $boost);
H A DMoreLikeThis.php41 * Set boost.
43 * @param float $boost Boost value
47 public function setBoost(float $boost = 1.0): self argument
49 return $this->setParam('boost', $boost);
115 * Set boost terms.
H A DDisMax.php35 * Set boost.
39 public function setBoost(float $boost): self argument
41 return $this->setParam('boost', $boost);
H A DDistanceFeature.php37 public function setBoost(float $boost = 1.0): self argument
39 return $this->setParam('boost', $boost);
H A DTerms.php74 public function setBoost(float $boost): self argument
76 return $this->setParam('boost', $boost);
H A DMatchPhrase.php76 * Set field boost value.
82 public function setFieldBoost(string $field, float $boost = 1.0): self argument
84 return $this->setFieldParam($field, 'boost', $boost);
H A DCommon.php115 * Set the boost for this query.
119 public function setBoost(float $boost): self argument
121 return $this->setQueryParam('boost', $boost);
H A DQueryString.php146 * Sets the boost value of the query.
152 public function setBoost(float $boost = 1.0): self argument
154 return $this->setParam('boost', $boost);
H A DMatchQuery.php94 * Set field boost value.
100 public function setFieldBoost(string $field, float $boost = 1.0): self argument
102 return $this->setFieldParam($field, 'boost', $boost);
H A DFunctionScore.php204 * @param float|null $weight an optional boost value associated with this function
227 * Set an overall boost value for this query.
231 public function setBoost(float $boost): self argument
233 return $this->setParam('boost', $boost);
237 * Restrict the combined boost of the function_score query and its child query.
247 * The boost mode determines how the score of this query is combined with that of the child query.
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A 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/
H A D75330ec1305d2beb0e2f34d2195464e2.asciidoc9 'boost' => 1.2,
H A Da116949e446f34dc25ae57d4b703d0c1.asciidoc12 'boost' => 2,
H A Dd0a8a938a2fa913b6fdbc871079a59dd.asciidoc11 'boost' => 1,
H A D06afce2955f9094d96d27067ebca32e8.asciidoc40 'boost' => 1,

12