Home
last modified time | relevance | path

Searched refs:field (Results 176 – 200 of 555) sorted by last modified time

12345678910>>...23

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DPercentiles.php17 * @param string|null $field the field on which to perform this aggregation
19 public function __construct(string $name, ?string $field = null) argument
23 if (null !== $field) {
24 $this->setField($field);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc295 `_source` field, which is the original document you sent to {es}.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D34efeade38445b2834749ced59782e25.asciidoc10 'field' => 'genre',
18 'field' => 'play_count',
H A D35e8da9410b8432cf4095f2541ad7b1d.asciidoc10 'field' => 'product',
H A D527324766814561b75aaee853ede49a7.asciidoc10 'field' => 'tags',
H A D6a4679531e64c492fce16dc12de6dcb0.asciidoc10 'field' => 'genre',
H A D71b5b2ba9557d0f296ff2de91727d2f6.asciidoc10 'field' => 'genre',
18 'field' => 'play_count',
H A Da49169b4622918992411fab4ec48191b.asciidoc10 'field' => 'genre',
H A Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc12 'field' => 'state.keyword',
17 'field' => 'balance',
H A Df085fb032dae56a3b104ab874eaea2ad.asciidoc10 'field' => 'tags',
H A Dfeefeb68144002fd1fff57b77b95b85e.asciidoc12 'field' => 'state.keyword',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchQuery.php26 public function __construct(?string $field = null, $values = null) argument
28 if (null !== $field && null !== $values) {
29 $this->setParam($field, $values);
40 public function setField(string $field, $values): self argument
42 return $this->setParam($field, $values);
46 * Sets a param for the given field.
52 public function setFieldParam(string $field, string $key, $value): self argument
54 if (!isset($this->_params[$field])) {
55 $this->_params[$field] = [];
58 $this->_params[$field][
68 setFieldQuery(string $field, string $query) global() argument
78 setFieldOperator(string $field, string $operator = self OPERATOR_OR) global() argument
88 setFieldAnalyzer(string $field, string $analyzer) global() argument
100 setFieldBoost(string $field, float $boost = 1.0) global() argument
114 setFieldMinimumShouldMatch(string $field, $minimumShouldMatch) global() argument
126 setFieldFuzziness(string $field, $fuzziness) global() argument
136 setFieldFuzzyRewrite(string $field, string $fuzzyRewrite) global() argument
146 setFieldPrefixLength(string $field, int $prefixLength) global() argument
156 setFieldMaxExpansions(string $field, int $maxExpansions) global() argument
168 setFieldZeroTermsQuery(string $field, string $zeroTermQuery = self ZERO_TERM_NONE) global() argument
180 setFieldCutoffFrequency(string $field, float $cutoffFrequency) global() argument
[all...]
H A DTermsSet.php16 private $field; variable in Elastica\\Query\\TermsSet
22 public function __construct(string $field, array $terms, $minimumShouldMatch) argument
24 if ('' === $field) {
25 throw new InvalidException('TermsSet field name has to be set');
28 $this->field = $field;
45 return $this->addParam($this->field, $terms, 'terms');
50 return $this->addParam($this->field, $minimumShouldMatchField, 'minimum_should_match_field');
55 return $this->addParam($this->field, $script->toArray()['script'], 'minimum_should_match_script');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSetProcessor.php22 public function __construct(string $field, $value) argument
24 $this->setField($field);
29 * Set field value.
H A DUppercaseProcessor.php18 public function __construct(string $field) argument
20 $this->setField($field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php19 public function __construct(string $name, string $field) argument
22 $this->setField($field);
74 public function setField(string $field): self argument
76 return $this->setParam('field', $field);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc120 $params['fielddata'] = (boolean) Clear field data
988 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
989 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
/plugin/structnotification/db/
H A Dupdate0001.sql4 field TEXT NOT NULL, field
/plugin/structnotification/action/
H A Dnotification.php92 $field = $predicate['field'];
120 $rawDate = $this->getValueByLabel($values, $field);
152 list($schema, $field) = explode('.', trim($matches[1]));
153 if (!$field) return '';
159 if ($colLabel == $field) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md385 …e_table-faked-selection-table` class is visible in the Stylesheet Classes field of the [Table Prop…
541 …om/cke4/addon/image2) plugin to allow making alternative text a mandatory field. Thanks to [Andrey…
603 * [#7154](https://dev.ckeditor.com/ticket/7154): Added support for the "Display Text" field to the …
668 * [#14234](https://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required…
975 * [#13164](https://dev.ckeditor.com/ticket/13164): Fixed: Error when inserting a hidden field.
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc85 // Text input field for the abbreviation text.
91 // Validation checking whether the field is not empty.
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc66 // field (txtdlgGenStyle) higher priority to avoid overwriting styles contribute
82 // Synchronous field values to other impacted fields is required, e.g. border
139 // Commit this field and broadcast to target fields.
144 field;
146field = dialog.getContentElement.apply( dialog, targetFields[ i ].split( ':' ) ); …
148 field && field.setup( IMAGE, element );
570 var field = this;
574 field.setValue( url ); // And call this.onChange()
576 field.setInitValue();
593 // v-align with the 'txtUrl' field.
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc130 * Whether to remove links when emptying the link URL field in the image dialog.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified70 …"invalidLength": "Value specified for the \"%1\" field must be a positive number with or without a…
71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
836 Validate: "The footnote text field cannot be empty."
H A Den.js-4.9.merged5field must be a positive number with or without a valid measurement unit (%2).","invalidCssLength"…
101 Validate: 'The footnote text field cannot be empty.',

12345678910>>...23