Class FieldCache.Doubles
Field values as 64-bit doubles
Inheritance
System.Object
FieldCache.Doubles
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class Doubles : object
Fields
| Improve this Doc View SourceEMPTY
Zero value for every document
Declaration
public static readonly FieldCache.Doubles EMPTY
Field Value
| Type | Description |
|---|---|
| FieldCache.Doubles |
Methods
| Improve this Doc View SourceGet(Int32)
Return a
Declaration
public abstract double Get(int docID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | docID |
Returns
| Type | Description |
|---|---|
| System.Double |