public abstract static class FunctionValues.ValueFiller extends Object
MutableValue
. Implementations of FunctionValues
are encouraged to define their own implementations of ValueFiller if their
value is not a float.Constructor and Description |
---|
ValueFiller() |
Modifier and Type | Method and Description |
---|---|
abstract void |
fillValue(int doc)
MutableValue will be reused across calls.
|
abstract MutableValue |
getValue()
MutableValue will be reused across calls
|
public abstract MutableValue getValue()
public abstract void fillValue(int doc) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.