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