MCPcopy Create free account

hub / github.com/benashford/rs-es / functions

Functions309 in github.com/benashford/rs-es

Methodbuild_boosting
()
src/query/compound.rs:206
Methodbuild_common
(query: A)
src/query/full_text.rs:274
Methodbuild_constant_score
(query: A)
src/query/compound.rs:62
Methodbuild_decay
(field: A, origin: B, scale: C)
src/query/functions.rs:255
Methodbuild_decay_from_options
(field: A, options: DecayOptions)
src/query/functions.rs:272
Methodbuild_dis_max
(queries: A)
src/query/compound.rs:131
Methodbuild_exists
(field: A)
src/query/term.rs:276
Methodbuild_exp
(self)
src/query/functions.rs:282
Methodbuild_field_value_factor
(field: A)
src/query/functions.rs:144
Methodbuild_function_score
()
src/query/compound.rs:168
Methodbuild_fuzzy
(field: A, value: B)
src/query/term.rs:449
Methodbuild_geo_bounding_box
(field: A, geo_box: B)
src/query/geo.rs:145
Methodbuild_geo_distance
(field: A, location: B, distance: C)
src/query/geo.rs:220
Methodbuild_geo_polygon
(field: A, points: B)
src/query/geo.rs:279
Methodbuild_geo_shape
(field: A)
src/query/geo.rs:48
Methodbuild_geohash_cell
(field: A, location: B)
src/query/geo.rs:324
Methodbuild_has_child
(doc_type: A, query: B)
src/query/joining.rs:77
Methodbuild_has_parent
(parent_type: A, query: B)
src/query/joining.rs:89
Methodbuild_ids
(values: A)
src/query/term.rs:504
Methodbuild_indices
(indices: A, query: B)
src/query/compound.rs:229
Methodbuild_linear
(self)
src/query/functions.rs:278
Methodbuild_match
(field: A, query: B)
src/query/full_text.rs:139
Methodbuild_match_all
()
src/query/mod.rs:396
Methodbuild_more_like_this
()
src/query/specialized.rs:64
Methodbuild_multi_match
(fields: A, query: B)
src/query/full_text.rs:214
Methodbuild_nested
(path: A, query: B)
src/query/joining.rs:35
Methodbuild_prefix
(field: A, value: B)
src/query/term.rs:304
Methodbuild_query
(field: A, value: B)
src/query/term.rs:407
Methodbuild_query_string
(query: A)
src/query/full_text.rs:352
Methodbuild_random_score
(seed: A)
src/query/functions.rs:117
Methodbuild_range
(field: A)
src/query/term.rs:245
Methodbuild_script_score
(script: A)
src/query/functions.rs:57
Methodbuild_simple_query_string
(query: A)
src/query/full_text.rs:464
Methodbuild_term
(field: A, value: B)
src/query/term.rs:81
Methodbuild_terms
(field: A)
src/query/term.rs:196
Methodbuild_type
(value: A)
src/query/term.rs:481
Methodbuild_weight
(weight: A)
src/query/functions.rs:98
Methodbuild_wildcard
(field: A, value: B)
src/query/term.rs:341
Methodcause
(&self)
src/error.rs:93
Methodcreate
Create action
src/operations/bulk.rs:121
Methoddays
(amt: i64)
src/units.rs:92
Methoddefault
()
src/units.rs:135
Methoddefault
()
src/query/mod.rs:322
Methoddefault
()
src/query/geo.rs:351
Methoddefault
()
src/query/term.rs:156
Methoddefault
()
src/query/functions.rs:304
Methoddefault
()
src/operations/search/highlight.rs:120
Methoddefault
()
src/operations/search/aggregations/bucket.rs:387
Methoddelete
Delete a document based on ID. # Example ``` use rs_es::operations::bulk::Action; let delete_action:Action<()> = Action::delete("doc_id"); let dele
src/operations/bulk.rs:155
Methoddesc
Create an `Order` descending
src/operations/search/aggregations/bucket.rs:273
Methoddescription
(&self)
src/error.rs:83
Methoddeserialize
(deserializer: D)
src/units.rs:141
Methoddeserialize
(deserializer: D)
src/operations/bulk.rs:288
Methoddetails
(&self)
src/operations/search/aggregations/metrics.rs:263
Methoddrop
(&mut self)
src/operations/search/mod.rs:986
Methodexclude
An exclude-only source filter
src/operations/search/mod.rs:530
Methodexpecting
(&self, formatter: &mut fmt::Formatter)
src/units.rs:463
Methodexpecting
(&self, formatter: &mut fmt::Formatter)
src/operations/bulk.rs:297
Methodfield
Convenience function for a single field default
src/operations/search/mod.rs:360
Methodfield_order
(fieldname: S, order: Order)
src/operations/search/mod.rs:366
Methodfield_orders
(fields: Vec<(S, Order)>)
src/operations/search/mod.rs:381
Methodfields
(fieldnames: Vec<S>)
src/operations/search/mod.rs:372
Methodfilter
An include and exclude source filter
src/operations/search/mod.rs:535
Methodfmt
(&self, f: &mut fmt::Formatter)
src/error.rs:105
Methodfmt
(&self, formatter: &mut fmt::Formatter)
src/operations/common.rs:72
Functionformat_indexes_and_types
Multiple operations require indexes and types to be specified, there are rules for combining the two however. E.g. all indexes is specified with `_al
src/operations/mod.rs:59
Methodfrom
(from: &'a Duration)
src/units.rs:120
Methodfrom
(err: io::Error)
src/error.rs:48
Methodfrom
(from: Vec<A>)
src/query/mod.rs:215
Methodfrom
(from: TermsQueryLookup)
src/query/term.rs:162
Methodfrom
(from: &'a str)
src/operations/common.rs:32
Methodfrom
(from: OpType)
src/operations/index.rs:33
Methodfrom
(from: Preference)
src/operations/get.rs:34
Methodfrom
(from: S)
src/operations/search/mod.rs:151
Methodfrom
(from: Vec<(&'a str, &'a query::Query)>)
src/operations/search/aggregations/bucket.rs:137
Methodfrom
(from: Vec<(&'b str, Aggregation<'b>)>)
src/operations/search/aggregations/mod.rs:110
Methodfrom
(ma: &MetricsAggregation<'a>, json: &Value)
src/operations/search/aggregations/metrics.rs:324
Methodfrom_doc
(index: A, doc_type: B, doc: Value)
src/query/specialized.rs:109
Methodhits_ref
(&self)
src/operations/search/mod.rs:882
Methodhours
(amt: i64)
src/units.rs:96
Methodid
(index: A, doc_type: B, id: C)
src/query/specialized.rs:122
Methodinclude
An include-only source filter
src/operations/search/mod.rs:525
Methodinit
Create a new client
src/lib.rs:165
Methodinit_with_timeout
TODO - this should be replaced with a builder object, especially if more options are going to be allowed
src/lib.rs:176
Methodinst
()
src/operations/search/aggregations/bucket.rs:641
Functionit_works
()
src/operations/version.rs:74
Methodmerge_serialize
(&self, serializer: &mut S)
src/query/geo.rs:206
Methodmerge_serialize
(&self, serializer: &mut S)
src/operations/search/aggregations/metrics.rs:104
Methodmilliseconds
(amt: i64)
src/units.rs:108
Methodminutes
(amt: i64)
src/units.rs:100
Methodmonths
(amt: i64)
src/units.rs:84
Methodnew
()
src/lib.rs:233
Methodnew
(field: F, inner: I, outer: O)
src/json.rs:75
Methodnew
(amt: i64, unit: DurationUnit)
src/units.rs:80
Methodnew
(first: A, second: B)
src/query/mod.rs:74
Methodnew
(shape_type: A, coordinates: Vec<(f64, f64)>)
src/query/geo.rs:96
Methodnew
(value: JsonVal)
src/query/term.rs:69
Methodnew
(origin: A, scale: B)
src/query/functions.rs:213
Methodnew
(client: &'a mut Client, body: &'b str)
src/operations/analyze.rs:38
Methodnew
()
src/operations/common.rs:50
← previousnext →101–200 of 309, ranked by callers