Class SingleDocValues
Abstract FunctionValues implementation which supports retrieving
NOTE: This was FloatDocValues in Lucene
Inherited Members
Assembly: DistributedLucene.Net.Queries.dll
Syntax
public abstract class SingleDocValues : FunctionValues
Constructors
Name | Description |
---|---|
SingleDocValues(ValueSource) |
Fields
Name | Description |
---|---|
m_vs |
Methods
Name | Description |
---|---|
ByteVal(Int32) | |
DoubleVal(Int32) | |
GetValueFiller() | |
Int16Val(Int32) | NOTE: This was shortVal() in Lucene |
Int32Val(Int32) | NOTE: This was intVal() in Lucene |
Int64Val(Int32) | NOTE: This was longVal() in Lucene |
ObjectVal(Int32) | |
SingleVal(Int32) | NOTE: This was floatVal() in Lucene |
StrVal(Int32) | |
ToString(Int32) |