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