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