Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Interface to parse bytes from document fields. More...
Inherits Lucene.Net.Search.Parser.
Inherited by Lucene.Net.Search.AnonymousClassByteParser.
Public Member Functions | |
sbyte | ParseByte (System.String string_Renamed) |
Return a single Byte representation of this field's value. | |
Interface to parse bytes from document fields.
Definition at line 654 of file FieldCache.cs.
sbyte Lucene.Net.Search.ByteParser.ParseByte | ( | System.String | string_Renamed | ) |
Return a single Byte representation of this field's value.
Implemented in Lucene.Net.Search.AnonymousClassByteParser.