Hello, I'd like to sort on a TrieDateField which currently has a precisionStep value of 6. >From what I got so far, the precisionStep value only affects range query >performance and index size.
However, the documentation for TrieDateField says: 'precisionStep="0" enables efficient date sorting and minimizes index size; precisionStep="8" (the default) enables efficient range queries.' Does this mean sorting performance will suffer for precisionStep values other than 0? Cheers, Dennis