Interface FieldCache.IInt64Parser
Interface to parse System.Int64 from document fields.
NOTE: This was LongParser in Lucene
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IInt64Parser : FieldCache.IParserMethods
| Improve this Doc View SourceParseInt64(BytesRef)
Return a System.Int64 representation of this field's value.
NOTE: This was parseLong() in Lucene
Declaration
long ParseInt64(BytesRef term)Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | term | 
Returns
| Type | Description | 
|---|---|
| System.Int64 |