Search Results for

    Show / Hide Table of Contents

    Class IpProperty

    An ip field can index/store either IPv4 or IPv6 addresses.

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    IpProperty
    Implements
    IPropertyWithClrOrigin
    IIpProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyBase.DocValues
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class IpProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IIpProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    IpProperty()

    Declaration
    public IpProperty()

    Properties

    | Edit this page View Source

    Boost

    Declaration
    public double? Boost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Index

    Declaration
    public bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NullValue

    Declaration
    public string NullValue { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPropertyWithClrOrigin
    IIpProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IpProperty()
    • Properties
      • Boost
      • Index
      • NullValue
    • Implements
    • Extension Methods
    Back to top Generated by DocFX