Show / Hide Table of Contents

    Enum NumericType

    Data type of the numeric value @since 3.2

    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    public enum NumericType

    Fields

    Name Description
    DOUBLE

    64-bit double numeric type

    INT32

    32-bit integer numeric type

    NOTE: This was INT in Lucene

    INT64

    64-bit long numeric type

    NOTE: This was LONG in Lucene

    NONE

    No numeric type will be used.

    NOTE: This is the same as setting to null in Lucene

    SINGLE

    32-bit float numeric type

    NOTE: This was FLOAT in Lucene

    Extension Methods

    Number.IsNumber()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)