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