Method Summary |
|
public double | doubleVal(int doc) Return doc value as a double. |
public Explanation | explain(int doc) Explain the scoring value for the input doc. |
abstract public float | floatVal(int doc) Return doc value as a float. |
public float | getAverageValue() Returns the average of all values. |
Object | getInnerArray() Expert: for test purposes only, return the inner array of values, or null if not applicable. |
public float | getMaxValue() Optional op.
Returns the maximum of all values. |
public float | getMinValue() Optional op. |
public int | intVal(int doc) Return doc value as an int. |
public long | longVal(int doc) Return doc value as a long. |
public String | strVal(int doc) Return doc value as a string. |
abstract public String | toString(int doc) Return a string representation of a doc value, as reuired for Explanations. |