Class ConstNumberSource
ConstNumberSource is the base class for all constant numbers
Inherited Members
Namespace: Lucene.Net.Queries.Function.ValueSources
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class ConstNumberSource : ValueSource
Properties
Bool
ConstNumberSource is the base class for all constant numbers
Declaration
public abstract bool Bool { get; }
Property Value
Type | Description |
---|---|
bool |
Double
ConstNumberSource is the base class for all constant numbers
Declaration
public abstract double Double { get; }
Property Value
Type | Description |
---|---|
double |
Int32
NOTE: This was getInt() in Lucene
Declaration
public abstract int Int32 { get; }
Property Value
Type | Description |
---|---|
int |
Int64
NOTE: This was getLong() in Lucene
Declaration
public abstract long Int64 { get; }
Property Value
Type | Description |
---|---|
long |
Single
NOTE: This was getFloat() in Lucene
Declaration
public abstract float Single { get; }
Property Value
Type | Description |
---|---|
float |