Class FunctionValues.ValueFiller
Abstraction of the logic required to fill the value of a specified doc into
a reusable MutableValue. Implementations of FunctionValues
are encouraged to define their own implementations of FunctionValues.ValueFiller if their
value is not a
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
FunctionValues.ValueFiller
Namespace: Lucene.Net.Queries.Function
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class ValueFiller : object
Properties
| Improve this Doc View SourceValue
MutableValue will be reused across calls
Declaration
public abstract MutableValue Value { get; }
Property Value
Type | Description |
---|---|
MutableValue |
Methods
| Improve this Doc View SourceFillValue(Int32)
MutableValue will be reused across calls. Returns true
if the value exists.
Declaration
public abstract void FillValue(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc |