MCPcopy Create free account

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

Functions309 in github.com/benashford/rs-es

Methodnew
(client: &'a mut Client)
src/operations/refresh.rs:37
Methodnew
(client: &'a mut Client)
src/operations/version.rs:29
Methodnew
( client: &'a mut Client, index: &'b str, doc_type: &'b str, )
src/operations/index.rs:63
Methodnew
(client: &'a mut Client, actions: &'b [Action<S>])
src/operations/bulk.rs:196
Methodnew
( client: &'a mut Client, index: &'b str, doc_type: &'b str, id: &'b str,
src/operations/delete.rs:46
Methodnew
(client: &'a mut Client, index: &'b str)
src/operations/mapping.rs:69
Methodnew
(client: &'a mut Client, index: &'b str, id: &'b str)
src/operations/get.rs:65
Methodnew
Create a `SortField` for a given `field` and `order`
src/operations/search/mod.rs:179
Methodnew
()
src/operations/search/highlight.rs:139
Methodnew
(client: &'a mut Client)
src/operations/search/count.rs:44
Methodnew
()
src/operations/search/aggregations/bucket.rs:99
Methodnew
Create an empty-set of aggregations, individual aggregations should be added via the `add` method # Examples ``` use rs_es::operations::search::aggr
src/operations/search/aggregations/mod.rs:99
Methodnew
(field: &'a str)
src/operations/search/aggregations/metrics.rs:177
Methodnext
(&mut self)
src/operations/search/mod.rs:1002
Methodseconds
(amt: i64)
src/units.rs:104
Methodsend
(&mut self)
src/operations/analyze.rs:57
Methodsend
(&mut self)
src/operations/refresh.rs:49
Methodserialize
(&self, serializer: S)
src/json.rs:90
Methodserialize
(&self, serializer: S)
src/units.rs:158
Methodserialize
(&self, serializer: S)
src/query/mod.rs:93
Methodserialize
(&self, serializer: S)
src/query/geo.rs:177
Methodserialize
(&self, serializer: S)
src/query/full_text.rs:38
Methodserialize
(&self, serializer: S)
src/query/term.rs:41
Methodserialize
(&self, serializer: S)
src/query/compound.rs:37
Methodserialize
(&self, serializer: S)
src/query/functions.rs:181
Methodserialize
(&self, serializer: S)
src/operations/common.rs:109
Methodserialize
(&self, serializer: S)
src/operations/bulk.rs:52
Methodserialize
(&self, serializer: S)
src/operations/search/mod.rs:95
Methodserialize
(&self, serializer: S)
src/operations/search/highlight.rs:32
Methodserialize
(&self, serializer: S)
src/operations/search/aggregations/bucket.rs:50
Methodserialize
(&self, serializer: S)
src/operations/search/aggregations/common.rs:99
Methodserialize
(&self, serializer: S)
src/operations/search/aggregations/mod.rs:47
Methodserialize
(&self, serializer: S)
src/operations/search/aggregations/metrics.rs:283
Functionsetup_test_data
(client: &mut Client, index_name: &str)
src/lib.rs:257
Methodshould_skip
(&self)
src/json.rs:28
Functiontest_aggs
()
src/operations/search/mod.rs:1609
Functiontest_bucket_aggs
()
src/operations/search/mod.rs:1531
Functiontest_bulk
()
src/operations/bulk.rs:359
Functiontest_close
()
src/operations/search/mod.rs:1251
Functiontest_count_query
()
src/operations/search/count.rs:235
Functiontest_count_uri
()
src/operations/search/count.rs:203
Functiontest_decay_query
()
src/query/functions.rs:397
Functiontest_delete
()
src/operations/delete.rs:118
Functiontest_delete_index
()
src/operations/delete_index.rs:51
Functiontest_exists_query
()
src/query/mod.rs:464
Functiontest_function_score_query
()
src/query/mod.rs:450
Functiontest_geoshape_search_point
()
src/query/geo.rs:459
Functiontest_geoshape_search_polygon
()
src/query/geo.rs:482
Functiontest_get
()
src/operations/get.rs:146
Functiontest_highlight
()
src/operations/search/mod.rs:1480
Functiontest_indexing
()
src/operations/index.rs:157
Functiontest_mapping
()
src/operations/mapping.rs:191
Functiontest_min_aggregation
()
src/operations/search/aggregations/metrics.rs:456
Functiontest_outer_field_based
()
src/json.rs:186
Functiontest_scan_and_iterate
()
src/operations/search/mod.rs:1422
Functiontest_scan_and_scroll
()
src/operations/search/mod.rs:1274
Functiontest_search_body
()
src/operations/search/mod.rs:1220
Functiontest_search_uri
()
src/operations/search/mod.rs:1173
Functiontest_simple_field_based
()
src/json.rs:173
Functiontest_simple_query_string_flags
()
src/query/mod.rs:417
Functiontest_sort
()
src/operations/search/mod.rs:1653
Functiontest_source_filter
()
src/operations/search/mod.rs:1450
Functiontest_terms_aggregation
()
src/operations/search/aggregations/bucket.rs:1323
Functiontest_terms_query
()
src/query/mod.rs:425
Functiontest_with_version
()
src/operations/search/mod.rs:1349
Methodto_json_val
(&self)
src/units.rs:396
Methodvisit_bool
(self, b: bool)
src/units.rs:504
Methodvisit_f64
(self, f: f64)
src/units.rs:495
Methodvisit_i64
(self, i: i64)
src/units.rs:481
Methodvisit_map
(self, mut visitor: V)
src/operations/bulk.rs:301
Methodvisit_str
(self, s: &str)
src/units.rs:474
Methodvisit_string
(self, s: String)
src/units.rs:467
Methodvisit_u64
(self, u: u64)
src/units.rs:488
Methodweeks
(amt: i64)
src/units.rs:88
Methodwith_all_types
(&'b mut self)
src/operations/get.rs:75
Methodwith_analyzer
(&mut self, analyzer: &'b str)
src/operations/analyze.rs:52
Methodwith_encoder
(&mut self, encoder: Encoders)
src/operations/search/highlight.rs:220
Methodwith_fields
(&'b mut self, fields: &[&'b str])
src/operations/get.rs:85
Methodwith_force_source
(&mut self, force_source: bool)
src/operations/search/highlight.rs:160
Methodwith_fragment_size
(&mut self, fragment_size: u32)
src/operations/search/highlight.rs:165
Methodwith_from
(&mut self, from: u64)
src/operations/search/mod.rs:647
Methodwith_functions
(mut self, functions: A)
src/query/compound.rs:181
Methodwith_index
(&mut self, index: &'b str)
src/operations/analyze.rs:47
Methodwith_index_options
(&mut self, index_options: IndexOptions)
src/operations/search/highlight.rs:149
Methodwith_indexed_shape
(mut self, indexed_shape: A)
src/query/geo.rs:65
Methodwith_keyed
(mut self, keyed: B)
src/operations/search/aggregations/bucket.rs:362
Methodwith_location
(mut self, location: L)
src/operations/search/mod.rs:246
Methodwith_locations
(mut self, location: Vec<L>)
src/operations/search/mod.rs:251
Methodwith_matched_fields
(&mut self, matched_fields: Vec<String>)
src/operations/search/highlight.rs:180
Methodwith_min_score
(&mut self, min_score: f64)
src/operations/search/mod.rs:675
Methodwith_no_match_size
(&mut self, no_match_size: u32)
src/operations/search/highlight.rs:175
Methodwith_number_of_fragments
(&mut self, number_of_fragments: u32)
src/operations/search/highlight.rs:170
Methodwith_origin
(mut self, val: Origin)
src/query/functions.rs:236
Methodwith_params
(mut self, params: A)
src/query/functions.rs:71
Methodwith_point
(mut self, p: Vec<f64>)
src/query/geo.rs:404
Methodwith_post_tags
(&mut self, post_tags: Vec<String>)
src/operations/search/highlight.rs:230
Methodwith_pre_tags
(&mut self, pre_tags: Vec<String>)
src/operations/search/highlight.rs:225
Methodwith_ranges
(mut self, ranges: R)
src/operations/search/aggregations/bucket.rs:367
Methodwith_scale
(mut self, val: Scale)
src/query/functions.rs:231
Methodwith_shape
(mut self, shape: A)
src/query/geo.rs:57
← previousnext →201–300 of 309, ranked by callers