Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 653 Bytes

RequestSortDefinitionInner.md

File metadata and controls

executable file
·
12 lines (8 loc) · 653 Bytes

RequestSortDefinitionInner

Properties

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

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