Interface NumericTokenStream.INumericTermAttribute
Expert: Use this attribute to get the details of the currently generated token. @lucene.experimental @since 4.0
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public interface INumericTermAttribute : IAttribute
Properties
Name | Description |
---|---|
RawValue | Returns current token's raw value as |
Shift | Returns current shift value, undefined before first token |
ValueSize | Returns value size in bits (32 for |
Methods
Name | Description |
---|---|
IncShift() | Don't call this method! @lucene.internal |
Init(Int64, Int32, Int32, Int32) | Don't call this method! @lucene.internal |