Class FunctionValues.ValueFiller
Abstraction of the logic required to fill the value of a specified doc into
a reusable Lucene.
Note
This API is experimental and might change in incompatible ways in the next release.
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
Lucene.
Declaration
public abstract MutableValue Value { get; }
Property Value
Type | Description |
---|---|
Lucene. |
Methods
| Improve this Doc View SourceFillValue(Int32)
Lucene.true
if the value exists.
Declaration
public abstract void FillValue(int doc)
Parameters
Type | Name | Description |
---|---|---|
System. |
doc |