Overload List
Name | Description | |
---|---|---|
NewShortRange(String, ValueType, ValueType, Boolean, Boolean) | Creates a numeric range query using {@link FieldCache#GetShorts(IndexReader,String)}. This works with all
short fields containing exactly one numeric term in the field. The range can be half-open by setting one
of the values to CopyC# null | |
NewShortRange(String, ShortParser, ValueType, ValueType, Boolean, Boolean) | Creates a numeric range query using {@link FieldCache#GetShorts(IndexReader,String,FieldCache.ShortParser)}. This works with all
short fields containing exactly one numeric term in the field. The range can be half-open by setting one
of the values to CopyC# null |