• API

    Show / Hide Table of Contents

    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 System.Single.

    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 Source

    Value

    Lucene.Net.Util.Mutable.MutableValue will be reused across calls

    Declaration
    public abstract MutableValue Value { get; }
    Property Value
    Type Description
    Lucene.Net.Util.Mutable.MutableValue

    Methods

    | Improve this Doc View Source

    FillValue(Int32)

    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
    System.Int32 doc
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)