Class IntDocValues

java.lang.Object
org.apache.lucene.queries.function.FunctionValues
org.apache.lucene.queries.function.docvalues.IntDocValues

public abstract class IntDocValues extends FunctionValues
Abstract FunctionValues implementation which supports retrieving int values. Implementations can control how the int values are loaded through intVal(int)