Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ConstNumberSource

    ConstNumberSource is the base class for all constant numbers

    Inheritance
    object
    ValueSource
    ConstNumberSource
    ConstValueSource
    DoubleConstValueSource
    Inherited Members
    ValueSource.GetValues(IDictionary, AtomicReaderContext)
    ValueSource.Equals(object)
    ValueSource.GetHashCode()
    ValueSource.GetDescription()
    ValueSource.ToString()
    ValueSource.CreateWeight(IDictionary, IndexSearcher)
    ValueSource.NewContext(IndexSearcher)
    ValueSource.GetSortField(bool)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Queries.Function.ValueSources
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public abstract class ConstNumberSource : ValueSource

    Properties

    Bool

    ConstNumberSource is the base class for all constant numbers

    Declaration
    public abstract bool Bool { get; }
    Property Value
    Type Description
    bool

    Double

    ConstNumberSource is the base class for all constant numbers

    Declaration
    public abstract double Double { get; }
    Property Value
    Type Description
    double

    Int32

    NOTE: This was getInt() in Lucene

    Declaration
    public abstract int Int32 { get; }
    Property Value
    Type Description
    int

    Int64

    NOTE: This was getLong() in Lucene

    Declaration
    public abstract long Int64 { get; }
    Property Value
    Type Description
    long

    Single

    NOTE: This was getFloat() in Lucene

    Declaration
    public abstract float Single { get; }
    Property Value
    Type Description
    float
    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.