Class FunctionValues.ValueFiller
Abstraction of the logic required to fill the value of a specified doc into a reusable Lucene.Net.Util.Mutable.MutableValue. Implementations of FunctionValues are encouraged to define their own implementations of FunctionValues.ValueFiller if their value is not a float.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Queries.Function
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class FunctionValues.ValueFiller
Properties
Value
Lucene.Net.Util.Mutable.MutableValue will be reused across calls
Declaration
public abstract MutableValue Value { get; }
Property Value
Type | Description |
---|---|
MutableValue |
Methods
FillValue(int)
Lucene.Net.Util.Mutable.MutableValue will be reused across calls. Returns true
if the value exists.
Declaration
public abstract void FillValue(int doc)
Parameters
Type | Name | Description |
---|---|---|
int | doc |