Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class StrDocValues

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Inheritance
    object
    FunctionValues
    StrDocValues
    Inherited Members
    FunctionValues.ByteVal(int)
    FunctionValues.Int16Val(int)
    FunctionValues.SingleVal(int)
    FunctionValues.Int32Val(int)
    FunctionValues.Int64Val(int)
    FunctionValues.DoubleVal(int)
    FunctionValues.BytesVal(int, BytesRef)
    FunctionValues.Exists(int)
    FunctionValues.OrdVal(int)
    FunctionValues.NumOrd
    FunctionValues.ByteVal(int, byte[])
    FunctionValues.Int16Val(int, short[])
    FunctionValues.SingleVal(int, float[])
    FunctionValues.Int32Val(int, int[])
    FunctionValues.Int64Val(int, long[])
    FunctionValues.DoubleVal(int, double[])
    FunctionValues.StrVal(int, string[])
    FunctionValues.Explain(int)
    FunctionValues.GetScorer(IndexReader)
    FunctionValues.GetRangeScorer(IndexReader, string, string, bool, bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Queries.Function.DocValues
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public abstract class StrDocValues : FunctionValues

    Constructors

    StrDocValues(ValueSource)

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Declaration
    protected StrDocValues(ValueSource vs)
    Parameters
    Type Name Description
    ValueSource vs

    Fields

    m_vs

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Declaration
    protected readonly ValueSource m_vs
    Field Value
    Type Description
    ValueSource

    Methods

    BoolVal(int)

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Declaration
    public override bool BoolVal(int doc)
    Parameters
    Type Name Description
    int doc
    Returns
    Type Description
    bool
    Overrides
    FunctionValues.BoolVal(int)

    GetValueFiller()

    Note

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

    Declaration
    public override FunctionValues.ValueFiller GetValueFiller()
    Returns
    Type Description
    FunctionValues.ValueFiller
    Overrides
    FunctionValues.GetValueFiller()

    ObjectVal(int)

    Native object representation of the value

    Declaration
    public override object ObjectVal(int doc)
    Parameters
    Type Name Description
    int doc
    Returns
    Type Description
    object
    Overrides
    FunctionValues.ObjectVal(int)

    StrVal(int)

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Declaration
    public override abstract string StrVal(int doc)
    Parameters
    Type Name Description
    int doc
    Returns
    Type Description
    string
    Overrides
    FunctionValues.StrVal(int)

    ToString(int)

    Abstract FunctionValues implementation which supports retrieving string values. Implementations can control how the string values are loaded through StrVal(int)

    Declaration
    public override string ToString(int doc)
    Parameters
    Type Name Description
    int doc
    Returns
    Type Description
    string
    Overrides
    FunctionValues.ToString(int)
    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.