Class FunctionValues
Represents field values as different types. Normally created via a ValueSource for a particular field and reader.
Inheritance
System.Object
FunctionValues
Assembly: DistributedLucene.Net.Queries.dll
Syntax
public abstract class FunctionValues : object
Properties
Name | Description |
---|---|
NumOrd |
Methods
Name | Description |
---|---|
BoolVal(Int32) | |
BytesVal(Int32, BytesRef) | returns the bytes representation of the str val - TODO: should this return the indexed raw bytes not? |
ByteVal(Int32) | |
ByteVal(Int32, Byte[]) | |
DoubleVal(Int32) | |
DoubleVal(Int32, Double[]) | |
Exists(Int32) | Returns |
Explain(Int32) | |
GetRangeScorer(IndexReader, String, String, Boolean, Boolean) | |
GetScorer(IndexReader) | |
GetValueFiller() | @lucene.experimental |
Int16Val(Int32) | NOTE: This was shortVal() in Lucene |
Int16Val(Int32, Int16[]) | NOTE: This was shortVal() in Lucene |
Int32Val(Int32) | NOTE: This was intVal() in Lucene |
Int32Val(Int32, Int32[]) | NOTE: This was intVal() in Lucene |
Int64Val(Int32) | NOTE: This was longVal() in Lucene |
Int64Val(Int32, Int64[]) | NOTE: This was longVal() in Lucene |
ObjectVal(Int32) | Native |
OrdVal(Int32) | |
SingleVal(Int32) | NOTE: This was floatVal() in Lucene |
SingleVal(Int32, Single[]) | NOTE: This was floatVal() in Lucene |
StrVal(Int32) | |
StrVal(Int32, String[]) | |
ToString(Int32) |