mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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) {
|
@Override public int compareBottom(int doc) {
|
||||||
return bottom - currentFieldData.shortValue(doc);
|
return bottom - currentFieldData.byteValue(doc);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public void copy(int slot, int doc) {
|
@Override public void copy(int slot, int doc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user