Hi all, I'm analysing sorting using doc values.
Please correct me if I am wrong 1.In SortedNumericDocvalueField, the sorting apply across field, not across segment 2.While Sorting the SortedNumericSelector forms a NumericDocvalue from SortedSetDocvaluesField So, I thought for a SinglevalueField I decided to use NumericDocvalue, Does SortedNumericDocvalueField has any advantage for single valued field while sorting Am I missing anything in it? Thanks Aravinth