documentAttributeKey property
The name of the document attribute used to sort the response. You can use
any field that has the Sortable
flag set to true.
You can also sort by any of the following built-in attributes:
- _category
- _created_at
- _last_updated_at
- _version
- _view_count
Implementation
final String documentAttributeKey;