Show / Hide Table of Contents

    Class StrDocValues

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

    Inheritance
    System.Object
    FunctionValues
    StrDocValues
    Inherited Members
    FunctionValues.ByteVal(Int32)
    FunctionValues.Int16Val(Int32)
    FunctionValues.SingleVal(Int32)
    FunctionValues.Int32Val(Int32)
    FunctionValues.Int64Val(Int32)
    FunctionValues.DoubleVal(Int32)
    FunctionValues.BytesVal(Int32, BytesRef)
    FunctionValues.Exists(Int32)
    FunctionValues.OrdVal(Int32)
    FunctionValues.NumOrd
    FunctionValues.ByteVal(Int32, Byte[])
    FunctionValues.Int16Val(Int32, Int16[])
    FunctionValues.SingleVal(Int32, Single[])
    FunctionValues.Int32Val(Int32, Int32[])
    FunctionValues.Int64Val(Int32, Int64[])
    FunctionValues.DoubleVal(Int32, Double[])
    FunctionValues.StrVal(Int32, String[])
    FunctionValues.Explain(Int32)
    FunctionValues.GetScorer(IndexReader)
    FunctionValues.GetRangeScorer(IndexReader, String, String, Boolean, Boolean)
    Namespace: Lucene.Net.Queries.Function.DocValues
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public abstract class StrDocValues : FunctionValues

    Constructors

    | Improve this Doc View Source

    StrDocValues(ValueSource)

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

    Fields

    | Improve this Doc View Source

    m_vs

    Declaration
    protected readonly ValueSource m_vs
    Field Value
    Type Description
    ValueSource

    Methods

    | Improve this Doc View Source

    BoolVal(Int32)

    Declaration
    public override bool BoolVal(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    System.Boolean
    Overrides
    FunctionValues.BoolVal(Int32)
    | Improve this Doc View Source

    GetValueFiller()

    Declaration
    public override FunctionValues.ValueFiller GetValueFiller()
    Returns
    Type Description
    FunctionValues.ValueFiller
    Overrides
    FunctionValues.GetValueFiller()
    | Improve this Doc View Source

    ObjectVal(Int32)

    Declaration
    public override object ObjectVal(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    System.Object
    Overrides
    FunctionValues.ObjectVal(Int32)
    | Improve this Doc View Source

    StrVal(Int32)

    Declaration
    public abstract override string StrVal(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    System.String
    Overrides
    FunctionValues.StrVal(Int32)
    | Improve this Doc View Source

    ToString(Int32)

    Declaration
    public override string ToString(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    System.String
    Overrides
    FunctionValues.ToString(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)