Method SetInt64Value
SetInt64Value(Int64)
Initializes the token stream with the supplied
NOTE: This was setLongValue() in Lucene
Declaration
public NumericTokenStream SetInt64Value(long value)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value | the value, for which this TokenStream should enumerate tokens. |
Returns
Type | Description |
---|---|
NumericTokenStream | this instance, because of this you can use it the following way: |