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