Per my understanding, doc values (binary doc values / numeric doc values) are 
stored with sequence of document id. Sorted numeric doc values just means if a 
document has multiple values, the values will be sorted for same document, but 
for different documents, the value is still ordered by document id. Is that 
true?
So, can doc values be persisted with order of values, not document id? This 
should be fast in sort scenario that the values are pre-ordered instead of 
scan/sort at runtime.

Reply via email to