public static interface

FieldCache.DoubleParser

implements FieldCache.Parser
org.apache.lucene.search.FieldCache.DoubleParser

Class Overview

Interface to parse doubles from document fields.

Summary

Public Methods
double parseDouble(String string)
Return an long representation of this field's value.

Public Methods

public double parseDouble (String string)

Return an long representation of this field's value.