RE: NumericField traverse order

2013-08-21 Thread Yonghui Zhao
Got it,thanks 在 2013-8-21 下午10:03,"Uwe Schindler" 写道: > Hi, > > It is numeric order according to the rules of Type#compareTo(Type) [Type = > Integer, Long, Float, Double]. But be careful: unless the precision step of > the numeric field is infinite, there are additional helper terms after the > la

RE: NumericField traverse order

2013-08-21 Thread Uwe Schindler
Hi, It is numeric order according to the rules of Type#compareTo(Type) [Type = Integer, Long, Float, Double]. But be careful: unless the precision step of the numeric field is infinite, there are additional helper terms after the largest numeric value. You can differentiate them on the term pre