Interface FieldCache.IInt64Parser
Interface to parse long from document fields.
NOTE: This was LongParser in LuceneInherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface FieldCache.IInt64Parser : FieldCache.IParser
Methods
ParseInt64(BytesRef)
Return a long representation of this field's value.
NOTE: This was parseLong() in LuceneDeclaration
long ParseInt64(BytesRef term)
Parameters
| Type | Name | Description |
|---|---|---|
| BytesRef | term |
Returns
| Type | Description |
|---|---|
| long |