Class FunctionValues.ValueFiller
Abstraction of the logic required to fill the value of a specified doc into
a reusable Mutable
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
FunctionValues.ValueFiller
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Queries.Function
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class ValueFiller
Properties
| Improve this Doc View SourceValue
Mutable
Declaration
public abstract MutableValue Value { get; }
Property Value
Type | Description |
---|---|
Mutable |
Methods
| Improve this Doc View SourceFillValue(Int32)
Mutabletrue
if the value exists.
Declaration
public abstract void FillValue(int doc)
Parameters
Type | Name | Description |
---|---|---|
System. |
doc |