Class Int64FieldSource
Inheritance
Int64FieldSource
Assembly: Lucene.Net.Queries.dll
Syntax
public class Int64FieldSource : FieldCacheSource
Constructors
Int64FieldSource(string)
Declaration
public Int64FieldSource(string field)
Parameters
Type |
Name |
Description |
string |
field |
|
Int64FieldSource(string, IInt64Parser)
Declaration
public Int64FieldSource(string field, FieldCache.IInt64Parser parser)
Parameters
Type |
Name |
Description |
string |
field |
|
FieldCache.IInt64Parser |
parser |
|
Fields
m_parser
Declaration
protected readonly FieldCache.IInt64Parser m_parser
Field Value
Type |
Description |
FieldCache.IInt64Parser |
|
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
object |
o |
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
ExternalToInt64(string)
NOTE: This was externalToLong() in Lucene
Declaration
public virtual long ExternalToInt64(string extVal)
Parameters
Type |
Name |
Description |
string |
extVal |
|
Returns
GetDescription()
description of field, used in Explain()
Declaration
public override string GetDescription()
Returns
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides
GetValues(IDictionary, AtomicReaderContext)
Declaration
public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
Parameters
Type |
Name |
Description |
IDictionary |
context |
|
AtomicReaderContext |
readerContext |
|
Returns
Overrides
Int64ToObject(long)
NOTE: This was longToObject() in Lucene
Declaration
public virtual object Int64ToObject(long val)
Parameters
Type |
Name |
Description |
long |
val |
|
Returns
Int64ToString(long)
NOTE: This was longToString() in Lucene
Declaration
public virtual string Int64ToString(long val)
Parameters
Type |
Name |
Description |
long |
val |
|
Returns
NewMutableValueInt64()
NOTE: This was longToString() in Lucene
Declaration
protected virtual MutableValueInt64 NewMutableValueInt64()
Returns
Type |
Description |
MutableValueInt64 |
|