Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 593 Bytes

File metadata and controls

12 lines (8 loc) · 593 Bytes

SearchOrderByV2

Specifies the ordering of search results by a field and an ordering direction or by relevance if scores are required in a nearestNeighbors query. By default orderType is set to fields.

Properties

Name Type Required Description
order_type Optional[SearchOrderByType] No
fields List[SearchOrderingV2] Yes

[Back to Model list] [Back to API list] [Back to README]