Class NumericTokenStream.NumericTermAttribute
Inheritance
System.Object
NumericTokenStream.NumericTermAttribute
Assembly: Lucene.Net.dll
Syntax
public sealed class NumericTermAttribute : Attribute, NumericTokenStream.INumericTermAttribute, ITermToBytesRefAttribute, IAttribute
Constructors
|
Improve this Doc
View Source
NumericTermAttribute()
Creates, but does not yet initialize this attribute instance
Declaration
public NumericTermAttribute()
See Also
Properties
|
Improve this Doc
View Source
BytesRef
Declaration
public BytesRef BytesRef { get; }
Property Value
|
Improve this Doc
View Source
RawValue
Declaration
public long RawValue { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Shift
Declaration
public int Shift { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ValueSize
Declaration
public int ValueSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public override void Clear()
Overrides
|
Improve this Doc
View Source
CopyTo(IAttribute)
Declaration
public override void CopyTo(IAttribute target)
Parameters
Overrides
|
Improve this Doc
View Source
FillBytesRef()
Declaration
public void FillBytesRef()
|
Improve this Doc
View Source
IncShift()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Init(Int64, Int32, Int32, Int32)
Declaration
public void Init(long value, int valueSize, int precisionStep, int shift)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
System.Int32 |
valueSize |
|
System.Int32 |
precisionStep |
|
System.Int32 |
shift |
|
|
Improve this Doc
View Source
ReflectWith(IAttributeReflector)
Declaration
public override void ReflectWith(IAttributeReflector reflector)
Parameters
Overrides
Implements