Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 703 Bytes

RequestSortDefinition_inner.md

File metadata and controls

23 lines (12 loc) · 703 Bytes

RequestSortDefinitionInner

Properties

Name Type Description Notes
type string How to order - using a field, when position of the document in the index, score/relevance. [optional] [default to null]
field string The name of the field [optional] [default to null]
ascending boolean The sort order. (The ordering of nulls is determined by the SOLR configuration) [optional] [default to null]

Enum: RequestSortDefinitionInner.TypeEnum

  • FIELD (value: 'FIELD')

  • DOCUMENT (value: 'DOCUMENT')

  • SCORE (value: 'SCORE')