org.apache.lucene.search
Interface FieldCache.DoubleParser

All Superinterfaces:
FieldCache.Parser
Enclosing interface:
FieldCache

public static interface FieldCache.DoubleParser
extends FieldCache.Parser

Interface to parse doubles from document fields.

See Also:
FieldCache.getDoubles(AtomicReader, String, FieldCache.DoubleParser, boolean)

Method Summary
 double parseDouble(BytesRef term)
          Return an long representation of this field's value.
 

Method Detail

parseDouble

double parseDouble(BytesRef term)
Return an long representation of this field's value.



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