Interface ByteParser
Interface to parse bytes from document fields.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public interface ByteParser : Parser
Methods
Name | Description |
---|---|
ParseByte(String) | Return a single Byte representation of this field's value. |