public static interface

FieldCache.ByteParser

implements FieldCache.Parser
org.apache.lucene.search.FieldCache.ByteParser

Class Overview

Interface to parse bytes from document fields.

Summary

Public Methods
abstract byte parseByte(String string)
Return a single Byte representation of this field's value.

Public Methods

public abstract byte parseByte (String string)

Return a single Byte representation of this field's value.