org.apache.lucene.search

Interface FieldCache.IntParser

public static interface FieldCache.IntParser

Interface to parse ints from document fields.

See Also: IntParser

Method Summary
intparseInt(String string)
Return an integer representation of this field's value.

Method Detail

parseInt

public int parseInt(String string)
Return an integer representation of this field's value.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.