Class IpProperty
An ip field can index/store either IPv4 or IPv6 addresses.
Assembly: OpenSearch.Client.dll
Syntax
public class IpProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IIpProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
IpProperty()
Declaration
Properties
|
Edit this page
View Source
Boost
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
public string NullValue { get; set; }
Property Value
Implements
Extension Methods