public static interface

FieldCache.IntParser

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

Class Overview

Interface to parse ints from document fields.

Summary

Public Methods
abstract int parseInt(String string)
Return an integer representation of this field's value.

Public Methods

public abstract int parseInt (String string)

Return an integer representation of this field's value.