Method | Description | |
---|---|---|
AddRange ( BytesRef minPrefixCoded, BytesRef maxPrefixCoded ) : void |
Overwrite this method, if you like to receive the already prefix encoded range bounds. You can directly build classical (inclusive) range queries from them.
|
|
AddRange ( long min, long max, int shift ) : void |
Overwrite this method, if you like to receive the raw long range bounds. You can use this for e.g. debugging purposes (print out range bounds).
|
public AddRange ( BytesRef minPrefixCoded, BytesRef maxPrefixCoded ) : void | ||
minPrefixCoded | BytesRef | |
maxPrefixCoded | BytesRef | |
return | void |
public AddRange ( long min, long max, int shift ) : void | ||
min | long | |
max | long | |
shift | int | |
return | void |