Overload List
Name | Description | |
---|---|---|
![]() ![]() | NewByteRange(String, Byte, Byte, Boolean, Boolean) | Creates a numeric range query using {@link FieldCache#GetBytes(IndexReader,String)}. This works with all
byte fields containing exactly one numeric term in the field. The range can be half-open by setting one
of the values to ![]() null |
![]() ![]() | NewByteRange(String, ByteParser, Byte, Byte, Boolean, Boolean) | Creates a numeric range query using {@link FieldCache#GetBytes(IndexReader,String,FieldCache.ByteParser)}. This works with all
byte fields containing exactly one numeric term in the field. The range can be half-open by setting one
of the values to ![]() null |