Class FieldCache.Int64s
Field values as 64-bit signed long integers
NOTE: This was Longs in LuceneInherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public class FieldCache.Int64s
Constructors
Int64s()
Initialize an instance of FieldCache.Int64s.
Declaration
protected Int64s()
Int64s(Func<int, long>)
Initialize an instance of FieldCache.Int64s with the specified
get
delegate method.
Declaration
public Int64s(Func<int, long> get)
Parameters
Type | Name | Description |
---|---|---|
Func<int, long> | get | A Func<T, TResult> that implements the Get(int) method body. |
Fields
EMPTY
Zero value for every document
Declaration
public static readonly FieldCache.Int64s EMPTY
Field Value
Type | Description |
---|---|
FieldCache.Int64s |
Methods
Get(int)
Return an long representation of this field's value.
Declaration
public virtual long Get(int docID)
Parameters
Type | Name | Description |
---|---|---|
int | docID |
Returns
Type | Description |
---|---|
long |