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
abstract double parseDouble(String string)
Return an long representation of this field's value.

Public Methods

public abstract double parseDouble (String string)

Return an long representation of this field's value.