public static interface

FieldCache.LongParser

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

Class Overview

Interface to parse long from document fields.

Summary

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

Public Methods

public abstract long parseLong (String string)

Return an long representation of this field's value.