Fork me on GitHub
  • API

    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
    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.