The method to use to sort documents that do not have the specified sort field.
If SortMissingValueAtEnd
is set to false
, these are sorted like any other value. For example, they occur at the end when the sort method is set to Increasing
or Alphabetical
, and at the start when the sort method is set to Decreasing
or ReverseAlphabetical
.
If SortMissingValueAtEnd
is set to true
, documents without the specified sort field occur at the bottom for all sort methods.
To sort documents which do not have the specified sort field, you must also set the SortReturnAllDocuments
parameter to true
.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Server |
Example: | SortMissingValueAtEnd=false |
See Also: |
|