Home
last modified time | relevance | path

Searched refs:float (Results 151 – 175 of 751) sorted by last modified time

12345678910>>...31

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMoreLikeThis.php43 * @param float $boost Boost value
47 public function setBoost(float $boost = 1.0): self
H A DMultiMatch.php73 public function setTieBreaker(float $tieBreaker = 0.0): self
121 public function setCutoffFrequency(float $cutoffFrequency): self
141 * @param float|string $fuzziness
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
H A DQueryString.php127 public function setFuzzyMinSim(float $minSim = 0.5): self
152 public function setBoost(float $boost = 1.0): self
201 public function setTieBreaker(float $tieBreaker = 0.0): self
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
H A DTerm.php39 * @param bool|float|int|string $value Values(s) for the query
40 * @param float $boost OPTIONAL Boost value (default = 1.0)
44 public function setTerm(string $key, $value, float $boost = 1.0): self
H A DTerms.php23 * @param list<bool|float|int|string> $terms Terms list, leave empty if building a terms-lookup query
38 * @param list<bool|float|int|string> $terms
48 * @param bool|float|int|string $term
74 public function setBoost(float $boost): self
H A DBoosting.php41 public function setNegativeBoost(float $negativeBoost): self
H A DWildcard.php26 public function __construct(string $field, string $value, float $boost = 1.0)
49 public function setBoost(float $boost): self
H A DMatchQuery.php48 * @param bool|float|int|string $value
100 public function setFieldBoost(string $field, float $boost = 1.0): self
180 public function setFieldCutoffFrequency(string $field, float $cutoffFrequency): self
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)
33 public function setValue(string $key, ?string $value = null, float $boost = 1.0)
H A DAbstractGeoDistance.php39 * @var float|null
46 * @var float|null
116 public function setLatitude(float $latitude): self
127 public function setLongitude(float $longitude): self
H A DBoolQuery.php65 * @param float $boost Boost value
69 public function setBoost(float $boost): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DQuery.php74 public function setQueryWeight(float $weight): Query
87 public function setRescoreQueryWeight(float $weight): Query
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php101 public function setMinDocFrequency(float $min)
109 public function setMaxTermFrequency(float $max)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php42 * @param float $likelihood Defaults to 0.95, meaning 5% of the words are misspelled.
46 public function setRealWordErrorLikelihood(float $likelihood): self
55 * @param float $confidence Defaults to 1.0.
59 public function setConfidence(float $confidence): self
69 public function setMaxErrors(float $max): self
98 public function setStupidBackoffSmoothing(float $discount): self
108 public function setLaplaceSmoothing(float $alpha): self
118 public function setLinearInterpolationSmoothing(float $trigramLambda, float $bigramLambda, float
[all...]
H A DTerm.php102 public function setMinDocFrequency(float $min = 0): self
112 public function setMaxTermFrequency(float $max = 0.01): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php48 * indices_boost?: array<string, float>,
49 * min_score?: float,
354 * @param float $minScore Minimum score to filter documents by
360 public function setMinScore(float $minScore): self
448 * @param array<string, float> $indicesBoost
H A DResultSet.php163 public function getMaxScore(): float
167 return (float) ($data['hits']['max_score'] ?? 0);
H A DDocument.php177 public function addGeoPoint(string $key, float $latitude, float $longitude): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php118 * @param float $cutoffFrequency percentage in decimal form (.001 == 0.1%)
120 public function common_terms(string $field, string $query, float $cutoffFrequency): Common
370 public function regexp(string $key = '', ?string $value = null, float $boost = 1.0): Regexp
482 * @param array<bool|float|int|string> $terms
495 public function wildcard(string $field, string $value, float $boost = 1.0): Wildcard
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php46 public function offsetGet($offset): ?float
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md41 * Fixed `Query/Terms` terms phpdoc from `array<bool|float|int|string>` to `list<bool|float|int|string>` [#2118](https://github.com/ruflin/Elastica/pull/2118)
163 * Changed `Elastica\Query\MatchQuery::setFieldParam()` signature to allow passing bool, float or int [#1941](https://github.com/ruflin/Elastica/pull/1941)
164 * Changed `Elastica\Query\MatchPhraseQuery::setFieldParam()` signature to allow passing bool, float or int [#1944](https://github.com/ruflin/Elastica/pull/1944)
189 * Allowed the Terms query to accept an array of bool, float, int and/or string [#1872](https://github.com/ruflin/Elastica/pull/1872)
214 * Allowed float values for connection timeout and connection connect-timeout, providing ms precision for those. Previous precision was second. [#1868](https://github.com/ruflin/Elastica/pull/1868)
378 * Preserve zeros while doing float serialization to JSON. [#1635](https://github.com/ruflin/Elastica/pull/1635)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DPercentiles.php33 public function setCompression(float $value): self
45 public function setHdr(string $key, float $value): self
55 * @param float[] $percents
69 public function addPercent(float $percent): self
/plugin/latexcaption/
H A Dstyle.less39 float: right;
44 float: left;

12345678910>>...31