org.apache.lucene.search

Interface FieldCache.IntParser

public static interface FieldCache.IntParser

Interface to parse ints from document fields.
See Also:
getInts(IndexReader, String, IntParser)

Method Summary

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

Method Details

parseInt

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

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.