org.apache.lucene.search
Interface FieldCache.FloatParser

Enclosing interface:
FieldCache

public static interface FieldCache.FloatParser

Interface to parse floats from document fields.

See Also:
#getFloats(IndexReader, String, FloatParser)

Method Summary
 float parseFloat(String string)
          Return an float representation of this field's value.
 

Method Detail

parseFloat

public float parseFloat(String string)
Return an float representation of this field's value.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.