메소드 | 설명 | |
---|---|---|
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 range (inclusive) queries from them.
|
|
AddRange ( int min, int max, int shift ) : void |
Overwrite this method, if you like to receive the raw int 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 | |
리턴 | void |
public AddRange ( int min, int max, int shift ) : void | ||
min | int | |
max | int | |
shift | int | |
리턴 | void |