Fork me on GitHub
  • 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 float.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    FunctionValues.ValueFiller
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.