Class RankEvalRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.RankEvalRequest
- All Implemented Interfaces:
JsonpSerializable
Evaluate ranked search results.
Evaluate the quality of ranked search results over a set of typical search queries.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RankEvalRequest>Json deserializer forRankEvalRequeststatic final Endpoint<RankEvalRequest,RankEvalResponse, ErrorResponse> Endpoint "rank_eval". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanA setting that does two separate checks on the index expression.final List<ExpandWildcard>Whether to expand wildcard expression to concrete indices that are open, closed or both.final BooleanIffalse, the request returns an error if it targets a concrete (non-wildcarded) index, alias, or data stream that is missing, closed, or otherwise unavailable.index()A comma-separated list of data streams, indices, and index aliases used to limit the request.final RankEvalMetricmetric()Definition of the evaluation metric to calculate.static RankEvalRequestrebuild()final List<RankEvalRequestItem>requests()Required - A set of typical search requests, together with their provided ratings.final SearchTypeSearch operation typevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forRankEvalRequest -
_ENDPOINT
Endpoint "rank_eval".
-
-
Method Details
-
of
public static RankEvalRequest of(Function<RankEvalRequest.Builder, ObjectBuilder<RankEvalRequest>> fn) -
allowNoIndices
A setting that does two separate checks on the index expression. Iffalse, the request returns an error (1) if any wildcard expression (including_alland*) resolves to zero matching indices or (2) if the complete set of resolved indices, aliases or data streams is empty after all expressions are evaluated. Iftrue, index expressions that resolve to no indices are allowed and the request returns an empty result.API name:
allow_no_indices -
expandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcards -
index
A comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard (*) expressions are supported. To target all data streams and indices in a cluster, omit this parameter or use_allor*.API name:
index -
metric
Definition of the evaluation metric to calculate.API name:
metric -
requests
Required - A set of typical search requests, together with their provided ratings.API name:
requests -
searchType
Search operation typeAPI name:
search_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
rebuild
- Returns:
- New
RankEvalRequest.Builderinitialized with field values of this instance
-
setupRankEvalRequestDeserializer
protected static void setupRankEvalRequestDeserializer(ObjectDeserializer<RankEvalRequest.Builder> op)
-