OrderBy
@Serializable
Ordering for a scroll: a payload key, a direction, and the value to resume from.
Qdrant requires a payload index on key — an ordered scroll over an unindexed field is rejected by the server rather than falling back to a scan.
Constructors
Properties
Link copied to clipboard
The order value to start from, inclusive: a number, or an RFC 3339 timestamp string. null starts at the lowest value for Direction.ASC and the highest for Direction.DESC.