Hi, Is there any data type in lucene can support functions like SortedDocValues for any numeric(int, long, float, double) type.
SortedDocValues only supports bytes, I want some data type can get numeric value and ord(-1 for doc doesn't have the field) for each doc. NumericDocValues only supports long type and doesn't support ord function, for the doc doesn't contain the field NumericDocValues will return 0, which has no discrimination.