use byte value
This commit is contained in:
parent
09006f17c3
commit
7c04ef6cbc
|
@ -46,7 +46,7 @@ public class ByteFieldDataComparator extends NumericFieldDataComparator {
|
|||
}
|
||||
|
||||
@Override public int compareBottom(int doc) {
|
||||
return bottom - currentFieldData.shortValue(doc);
|
||||
return bottom - currentFieldData.byteValue(doc);
|
||||
}
|
||||
|
||||
@Override public void copy(int slot, int doc) {
|
||||
|
|
Loading…
Reference in New Issue