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