org.apache.lucene.search

Interface FieldCache.ShortParser

public static interface FieldCache.ShortParser

Interface to parse shorts from document fields.

See Also: FieldCache

Method Summary
shortparseShort(String string)
Return a short representation of this field's value.

Method Detail

parseShort

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