Home
last modified time | relevance | path

Searched defs:field (Results 26 – 50 of 149) sorted by last modified time

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php53 public function setDefaultField(string $field): self argument
H A DTerms.php20 private $field; variable in Elastica\\Query\\Terms
25 public function __construct(string $field, array $terms = []) argument
[all...]
H A DWildcard.php24 private $field; variable in Elastica\\Query\\Wildcard
26 public function __construct(string $field, string $value, float $boost = 1.0) argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAppendProcessor.php21 public function __construct(string $field, $value) argument
H A DAttachmentProcessor.php22 public function __construct(string $field) argument
H A DBytesProcessor.php15 public function __construct(string $field) argument
H A DConvertProcessor.php22 public function __construct(string $field, string $type) argument
H A DDateProcessor.php22 public function __construct(string $field, array $formats) argument
H A DDotExpanderProcessor.php17 public function __construct(string $field) argument
H A DJsonProcessor.php21 public function __construct(string $field) argument
H A DKvProcessor.php22 public function __construct(string $field, string $fieldSplit, string $valueSplit) argument
H A DLowercaseProcessor.php18 public function __construct(string $field) argument
H A DRemoveProcessor.php20 public function __construct($field) argument
32 public function setField($field): self argument
H A DTrimProcessor.php18 public function __construct(string $field) argument
H A DDateIndexNameProcessor.php22 public function __construct(string $field, string $dateRounding) argument
H A DForeachProcessor.php24 public function __construct(string $field, $processor) argument
H A DJoinProcessor.php17 public function __construct(string $field, string $separator) argument
H A DRenameProcessor.php21 public function __construct(string $field, string $targetField) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php25 public function __construct(string $field) argument
35 public function setField(string $field) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoCentroid.php16 public function __construct(string $name, string $field) argument
29 public function setField(string $field): self argument
[all...]
H A DGeohashGrid.php21 public function __construct(string $name, string $field) argument
34 public function setField(string $field): self argument
[all...]
H A DHistogram.php20 public function __construct(string $name, string $field, $interval) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php160 public function value_count(string $name, string $field): ValueCount argument
173 public function percentiles(string $name, ?string $field = null): Percentiles argument
291 public function missing(string $name, string $field): Missing argument
366 public function ipv4_range(string $name, string $field) argument
380 histogram(string $name, string $field, $interval) global() argument
394 date_histogram(string $name, string $field, $interval) global() argument
408 geo_distance(string $name, string $field, $origin) global() argument
421 geohash_grid(string $name, string $field) global() argument
434 geotile_grid(string $name, string $field) global() argument
[all...]
H A DQuery.php77 public function match(?string $field = null, $values = null): MatchQuery argument
120 public function common_terms(string $field, string $query, float $cutoffFrequency): Common argument
154 public function distance_feature(string $field, $origin, string $pivot): DistanceFeature argument
276 public function match_phrase(?string $field = null, $values = null): MatchPhrase argument
288 public function match_phrase_prefix(?string $field = null, $values = null): MatchPhrasePrefix argument
474 terms(string $field, array $terms = []) global() argument
485 terms_set(string $field, array $terms, $minimumShouldMatch) global() argument
495 wildcard(string $field, string $value, float $boost = 1.0) global() argument
505 exists(string $field) global() argument
[all...]
H A DSuggest.php32 public function term(string $name, string $field): Term argument
42 public function phrase(string $name, string $field): Phrase argument
52 public function completion(string $name, string $field): Completion argument

123456