Class Int64Range
Represents a range over
NOTE: This was LongRange in Lucene
@lucene.experimental
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class Int64Range : Range
Constructors
Name | Description |
---|---|
Int64Range(String, Int64, Boolean, Int64, Boolean) | Create a Int64Range. |
Properties
Name | Description |
---|---|
Max | Maximum. |
MaxInclusive | True if the maximum value is inclusive. |
Min | Minimum. |
MinInclusive | True if the minimum value is inclusive. |
Methods
Name | Description |
---|---|
Accept(Int64) | True if this range accepts the provided value. |
GetFilter(Filter, ValueSource) | |
ToString() |