org.apache.lucene.search
Interface FieldCache.FloatParser

All Superinterfaces:
FieldCache.Parser
Enclosing interface:
FieldCache

public static interface FieldCache.FloatParser
extends FieldCache.Parser

Interface to parse floats from document fields.

See Also:
FieldCache.getFloats(AtomicReader, String, FieldCache.FloatParser, boolean)

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

Method Detail

parseFloat

float parseFloat(BytesRef term)
Return an float representation of this field's value.



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