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

    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 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 © 2022 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.