Show / Hide Table of Contents

    Class MultiValueSource

    A ValueSource that abstractly represents ValueSources for poly fields, and other things.

    Inheritance
    System.Object
    ValueSource
    MultiValueSource
    VectorValueSource
    Inherited Members
    ValueSource.GetValues(IDictionary, AtomicReaderContext)
    ValueSource.Equals(Object)
    ValueSource.GetHashCode()
    ValueSource.GetDescription()
    ValueSource.ToString()
    ValueSource.CreateWeight(IDictionary, IndexSearcher)
    ValueSource.NewContext(IndexSearcher)
    ValueSource.GetSortField(Boolean)
    Namespace: Lucene.Net.Queries.Function.ValueSources
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public abstract class MultiValueSource : ValueSource

    Properties

    | Improve this Doc View Source

    Dimension

    Declaration
    public abstract int Dimension { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)