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