pub struct RankEval<'a, 'b, B> { /* private fields */ }
Expand description
Builder for the Rank Eval API
Allows to evaluate the quality of ranked search results over a set of typical search queries
§Optional, experimental
This requires the experimental-apis
feature. Can have breaking changes in future
versions or might even be removed entirely.
Implementations§
Source§impl<'a, 'b, B> RankEval<'a, 'b, B>where
B: Body,
impl<'a, 'b, B> RankEval<'a, 'b, B>where
B: Body,
Sourcepub fn new(transport: &'a Transport, parts: RankEvalParts<'b>) -> Self
pub fn new(transport: &'a Transport, parts: RankEvalParts<'b>) -> Self
Creates a new instance of RankEval with the specified API parts
Sourcepub fn allow_no_indices(self, allow_no_indices: bool) -> Self
pub fn allow_no_indices(self, allow_no_indices: bool) -> Self
Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all
string or when no indices have been specified)
Sourcepub fn body<T>(self, body: T) -> RankEval<'a, 'b, JsonBody<T>>where
T: Serialize,
pub fn body<T>(self, body: T) -> RankEval<'a, 'b, JsonBody<T>>where
T: Serialize,
The body for the API call
Sourcepub fn error_trace(self, error_trace: bool) -> Self
pub fn error_trace(self, error_trace: bool) -> Self
Include the stack trace of returned errors.
Sourcepub fn expand_wildcards(self, expand_wildcards: &'b [ExpandWildcards]) -> Self
pub fn expand_wildcards(self, expand_wildcards: &'b [ExpandWildcards]) -> Self
Whether to expand wildcard expression to concrete indices that are open, closed or both.
Sourcepub fn filter_path(self, filter_path: &'b [&'b str]) -> Self
pub fn filter_path(self, filter_path: &'b [&'b str]) -> Self
A comma-separated list of filters used to reduce the response.
Sourcepub fn header(self, key: HeaderName, value: HeaderValue) -> Self
pub fn header(self, key: HeaderName, value: HeaderValue) -> Self
Adds a HTTP header
Whether specified concrete indices should be ignored when unavailable (missing or closed)
Sourcepub fn request_timeout(self, timeout: Duration) -> Self
pub fn request_timeout(self, timeout: Duration) -> Self
Sets a request timeout for this API call.
The timeout is applied from when the request starts connecting until the response body has finished.
Sourcepub fn search_type(self, search_type: SearchType) -> Self
pub fn search_type(self, search_type: SearchType) -> Self
Search operation type