null
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static FieldCacheRangeFilter NewByteRange( string field, byte lowerVal, byte upperVal, bool includeLower, bool includeUpper ) |
Visual Basic |
---|
Public Shared Function NewByteRange ( _ field As String, _ lowerVal As Byte, _ upperVal As Byte, _ includeLower As Boolean, _ includeUpper As Boolean _ ) As FieldCacheRangeFilter |
Visual C++ |
---|
public: static FieldCacheRangeFilter^ NewByteRange( String^ field, unsigned char lowerVal, unsigned char upperVal, bool includeLower, bool includeUpper ) |
Parameters
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]
- lowerVal
- Type: System..::..Byte
[Missing <param name="lowerVal"/> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]
- upperVal
- Type: System..::..Byte
[Missing <param name="upperVal"/> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]
- includeLower
- Type: System..::..Boolean
[Missing <param name="includeLower"/> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]
- includeUpper
- Type: System..::..Boolean
[Missing <param name="includeUpper"/> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.FieldCacheRangeFilter.NewByteRange(System.String,System.Byte,System.Byte,System.Boolean,System.Boolean)"]