XML Configuration Reference : Search : Sort
 
Sort
com.exalead.search.v30.Sort
No documentation for this element.
Parent elements:
com.exalead.mercury.mami.search.v20.SearchLogic (as SearchLogic)
Attributes:
Name
Type
Default value
Description
secondarySortKey
boolean
Allows disambiguating documents having the same score, on a configurable key. The rest of the comparator configuration is similar to the primary sort. If this option is enabled, the documents will be compared by score, and in case of equality, only by the key extracted from the configurable index field.
indexField
string
Index field on which we want to sort. You can only sort on an unsigned index field.
ascending
boolean
Inverse the total order relation.
LSB
int
Least Significant Bit of the key inside the field.
MSB
int
63
Most Significant Bit of the key inside the field.
hasInvalidValue
boolean
Should one of the keys be considered as excluded from the set and always put at the end
invalidValue
long
If hasInvalidValue is true, what is the invalid value?