AbstractSort |
Abstract superclass for simple sort types that just sort in a particular direction on some field.
|
ContentIdSort |
Sort content by its id that is stored as part of the handle field in Lucene index.
|
CreatedSort |
Order search results by time created
|
FavouriteSort |
Order search results by favourite date.
|
FieldSort |
Sort based on value of a field.
|
FilenameSort |
Sort based on an attachment's filename.
|
FilesizeSort |
|
FullnameSort |
Sort by a user's full name
|
LowercaseFieldSort |
Sort based on lower case value of a keyword field.
|
ModifiedSort |
Order search results by time last modified
|
MultiSearchSort |
This composite SearchSort that allows sort by multiple fields.
|
RelevanceSort |
Order search results most relevant first.
|
TitleSort |
Order search results by title
|
UserAttributeSort |
A base user sort that allows userkey fields to be sorted on either UserKey, Username, Full name or Email.
|