Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benashford/rs-es
/ functions
Functions
309 in github.com/benashford/rs-es
⨍
Functions
309
◇
Types & classes
255
Method
new
(client: &'a mut Client)
src/operations/refresh.rs:37
Method
new
(client: &'a mut Client)
src/operations/version.rs:29
Method
new
( client: &'a mut Client, index: &'b str, doc_type: &'b str, )
src/operations/index.rs:63
Method
new
(client: &'a mut Client, actions: &'b [Action<S>])
src/operations/bulk.rs:196
Method
new
( client: &'a mut Client, index: &'b str, doc_type: &'b str, id: &'b str,
src/operations/delete.rs:46
Method
new
(client: &'a mut Client, index: &'b str)
src/operations/mapping.rs:69
Method
new
(client: &'a mut Client, index: &'b str, id: &'b str)
src/operations/get.rs:65
Method
new
Create a `SortField` for a given `field` and `order`
src/operations/search/mod.rs:179
Method
new
()
src/operations/search/highlight.rs:139
Method
new
(client: &'a mut Client)
src/operations/search/count.rs:44
Method
new
()
src/operations/search/aggregations/bucket.rs:99
Method
new
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
Method
new
(field: &'a str)
src/operations/search/aggregations/metrics.rs:177
Method
next
(&mut self)
src/operations/search/mod.rs:1002
Method
seconds
(amt: i64)
src/units.rs:104
Method
send
(&mut self)
src/operations/analyze.rs:57
Method
send
(&mut self)
src/operations/refresh.rs:49
Method
serialize
(&self, serializer: S)
src/json.rs:90
Method
serialize
(&self, serializer: S)
src/units.rs:158
Method
serialize
(&self, serializer: S)
src/query/mod.rs:93
Method
serialize
(&self, serializer: S)
src/query/geo.rs:177
Method
serialize
(&self, serializer: S)
src/query/full_text.rs:38
Method
serialize
(&self, serializer: S)
src/query/term.rs:41
Method
serialize
(&self, serializer: S)
src/query/compound.rs:37
Method
serialize
(&self, serializer: S)
src/query/functions.rs:181
Method
serialize
(&self, serializer: S)
src/operations/common.rs:109
Method
serialize
(&self, serializer: S)
src/operations/bulk.rs:52
Method
serialize
(&self, serializer: S)
src/operations/search/mod.rs:95
Method
serialize
(&self, serializer: S)
src/operations/search/highlight.rs:32
Method
serialize
(&self, serializer: S)
src/operations/search/aggregations/bucket.rs:50
Method
serialize
(&self, serializer: S)
src/operations/search/aggregations/common.rs:99
Method
serialize
(&self, serializer: S)
src/operations/search/aggregations/mod.rs:47
Method
serialize
(&self, serializer: S)
src/operations/search/aggregations/metrics.rs:283
Function
setup_test_data
(client: &mut Client, index_name: &str)
src/lib.rs:257
Method
should_skip
(&self)
src/json.rs:28
Function
test_aggs
()
src/operations/search/mod.rs:1609
Function
test_bucket_aggs
()
src/operations/search/mod.rs:1531
Function
test_bulk
()
src/operations/bulk.rs:359
Function
test_close
()
src/operations/search/mod.rs:1251
Function
test_count_query
()
src/operations/search/count.rs:235
Function
test_count_uri
()
src/operations/search/count.rs:203
Function
test_decay_query
()
src/query/functions.rs:397
Function
test_delete
()
src/operations/delete.rs:118
Function
test_delete_index
()
src/operations/delete_index.rs:51
Function
test_exists_query
()
src/query/mod.rs:464
Function
test_function_score_query
()
src/query/mod.rs:450
Function
test_geoshape_search_point
()
src/query/geo.rs:459
Function
test_geoshape_search_polygon
()
src/query/geo.rs:482
Function
test_get
()
src/operations/get.rs:146
Function
test_highlight
()
src/operations/search/mod.rs:1480
Function
test_indexing
()
src/operations/index.rs:157
Function
test_mapping
()
src/operations/mapping.rs:191
Function
test_min_aggregation
()
src/operations/search/aggregations/metrics.rs:456
Function
test_outer_field_based
()
src/json.rs:186
Function
test_scan_and_iterate
()
src/operations/search/mod.rs:1422
Function
test_scan_and_scroll
()
src/operations/search/mod.rs:1274
Function
test_search_body
()
src/operations/search/mod.rs:1220
Function
test_search_uri
()
src/operations/search/mod.rs:1173
Function
test_simple_field_based
()
src/json.rs:173
Function
test_simple_query_string_flags
()
src/query/mod.rs:417
Function
test_sort
()
src/operations/search/mod.rs:1653
Function
test_source_filter
()
src/operations/search/mod.rs:1450
Function
test_terms_aggregation
()
src/operations/search/aggregations/bucket.rs:1323
Function
test_terms_query
()
src/query/mod.rs:425
Function
test_with_version
()
src/operations/search/mod.rs:1349
Method
to_json_val
(&self)
src/units.rs:396
Method
visit_bool
(self, b: bool)
src/units.rs:504
Method
visit_f64
(self, f: f64)
src/units.rs:495
Method
visit_i64
(self, i: i64)
src/units.rs:481
Method
visit_map
(self, mut visitor: V)
src/operations/bulk.rs:301
Method
visit_str
(self, s: &str)
src/units.rs:474
Method
visit_string
(self, s: String)
src/units.rs:467
Method
visit_u64
(self, u: u64)
src/units.rs:488
Method
weeks
(amt: i64)
src/units.rs:88
Method
with_all_types
(&'b mut self)
src/operations/get.rs:75
Method
with_analyzer
(&mut self, analyzer: &'b str)
src/operations/analyze.rs:52
Method
with_encoder
(&mut self, encoder: Encoders)
src/operations/search/highlight.rs:220
Method
with_fields
(&'b mut self, fields: &[&'b str])
src/operations/get.rs:85
Method
with_force_source
(&mut self, force_source: bool)
src/operations/search/highlight.rs:160
Method
with_fragment_size
(&mut self, fragment_size: u32)
src/operations/search/highlight.rs:165
Method
with_from
(&mut self, from: u64)
src/operations/search/mod.rs:647
Method
with_functions
(mut self, functions: A)
src/query/compound.rs:181
Method
with_index
(&mut self, index: &'b str)
src/operations/analyze.rs:47
Method
with_index_options
(&mut self, index_options: IndexOptions)
src/operations/search/highlight.rs:149
Method
with_indexed_shape
(mut self, indexed_shape: A)
src/query/geo.rs:65
Method
with_keyed
(mut self, keyed: B)
src/operations/search/aggregations/bucket.rs:362
Method
with_location
(mut self, location: L)
src/operations/search/mod.rs:246
Method
with_locations
(mut self, location: Vec<L>)
src/operations/search/mod.rs:251
Method
with_matched_fields
(&mut self, matched_fields: Vec<String>)
src/operations/search/highlight.rs:180
Method
with_min_score
(&mut self, min_score: f64)
src/operations/search/mod.rs:675
Method
with_no_match_size
(&mut self, no_match_size: u32)
src/operations/search/highlight.rs:175
Method
with_number_of_fragments
(&mut self, number_of_fragments: u32)
src/operations/search/highlight.rs:170
Method
with_origin
(mut self, val: Origin)
src/query/functions.rs:236
Method
with_params
(mut self, params: A)
src/query/functions.rs:71
Method
with_point
(mut self, p: Vec<f64>)
src/query/geo.rs:404
Method
with_post_tags
(&mut self, post_tags: Vec<String>)
src/operations/search/highlight.rs:230
Method
with_pre_tags
(&mut self, pre_tags: Vec<String>)
src/operations/search/highlight.rs:225
Method
with_ranges
(mut self, ranges: R)
src/operations/search/aggregations/bucket.rs:367
Method
with_scale
(mut self, val: Scale)
src/query/functions.rs:231
Method
with_shape
(mut self, shape: A)
src/query/geo.rs:57
← previous
next →
201–300 of 309, ranked by callers