Method SingleVal
SingleVal(Int32)
NOTE: This was floatVal() in Lucene
Declaration
public virtual float SingleVal(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc |
Returns
Type | Description |
---|---|
System.Single |
SingleVal(Int32, Single[])
NOTE: This was floatVal() in Lucene
Declaration
public virtual void SingleVal(int doc, float[] vals)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | |
System.Single[] | vals |