Class RankedDocument

java.lang.Object
co.elastic.clients.elasticsearch.inference.RankedDocument
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class RankedDocument extends Object implements JsonpSerializable
The rerank result object representing a single ranked document id: the original index of the document in the request score: the score of the document relative to the query text: Optional, the text of the document, if requested
See Also: