case class IdSort(descending: Option[Boolean] = None) extends SearchSort with Product with Serializable
Sort by the document ID.
- descending
whether the search results should be sorted in descending order. If None (the default) is specified, it is left to the server (which sorts descending by default)
- Since
1.0.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IdSort
- Serializable
- Serializable
- Product
- Equals
- SearchSort
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
descending: Option[Boolean]
- Definition Classes
- IdSort → SearchSort