Interface LongParser
Interface to parse long from document fields.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public interface LongParser : Parser
Methods
Name | Description |
---|---|
ParseLong(String) | Return an long representation of this field's value. |