Hi,
I need to sort my documents based on an optional field, "completionDate". Some documents will have this attribute while others won't. For documents which don't have "completionDate", I want to put them last in the sorting result.
For documents which don't have this field, does it qualify for Missing Values scenario? Or, will this field be treat as Unmapped Fields? Assume dynamic mapping is used.
Thanks!