Method SetInt32Value
SetInt32Value(Int32)
Initializes the token stream with the supplied
NOTE: This was setIntValue() in Lucene
Declaration
public NumericTokenStream SetInt32Value(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | 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: |