Class Int64Values
Abstraction over an array of
NOTE: This was LongValues in Lucene
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
Int64Values
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public abstract class Int64Values : NumericDocValues
Methods
| Improve this Doc View SourceGet(Int32)
Get value at idx
.
Declaration
public override long Get(int idx)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | idx |
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
| Improve this Doc View SourceGet(Int64)
Get value at index
.
Declaration
public abstract long Get(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |
Returns
Type | Description |
---|---|
System.Int64 |