org.apache.lucene.search

Interface FieldCache.ByteParser

public static interface FieldCache.ByteParser

Interface to parse bytes from document fields.

See Also: FieldCache

Method Summary
byteparseByte(String string)
Return a single Byte representation of this field's value.

Method Detail

parseByte

public byte parseByte(String string)
Return a single Byte representation of this field's value.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.