Interface NumericTokenStream.INumericTermAttribute
Expert: Use this attribute to get the details of the currently generated token.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.dll
Syntax
public interface NumericTokenStream.INumericTermAttribute : IAttribute
Properties
RawValue
Declaration
long RawValue { get; }
Property Value
| Type | Description |
|---|---|
| long |
Shift
Returns current shift value, undefined before first token
Declaration
int Shift { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ValueSize
Declaration
int ValueSize { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
IncShift()
Don't call this method!
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
int IncShift()
Returns
| Type | Description |
|---|---|
| int |
Init(long, int, int, int)
Don't call this method!
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
void Init(long value, int valSize, int precisionStep, int shift)
Parameters
| Type | Name | Description |
|---|---|---|
| long | value | |
| int | valSize | |
| int | precisionStep | |
| int | shift |