NumericRangeFilter
int
precisionStep
null
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static NumericRangeFilter NewIntRange( string field, ValueType min, ValueType max, bool minInclusive, bool maxInclusive ) |
Visual Basic |
---|
Public Shared Function NewIntRange ( _ field As String, _ min As ValueType, _ max As ValueType, _ minInclusive As Boolean, _ maxInclusive As Boolean _ ) As NumericRangeFilter |
Visual C++ |
---|
public: static NumericRangeFilter^ NewIntRange( String^ field, ValueType^ min, ValueType^ max, bool minInclusive, bool maxInclusive ) |
Parameters
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]
- min
- Type: System..::..ValueType
[Missing <param name="min"/> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]
- max
- Type: System..::..ValueType
[Missing <param name="max"/> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]
- minInclusive
- Type: System..::..Boolean
[Missing <param name="minInclusive"/> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]
- maxInclusive
- Type: System..::..Boolean
[Missing <param name="maxInclusive"/> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.NumericRangeFilter.NewIntRange(System.String,System.ValueType,System.ValueType,System.Boolean,System.Boolean)"]