Class IpPropertyDescriptor<T>
An ip field can index/store either IPv4 or IPv6 addresses.
Inheritance
IpPropertyDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class IpPropertyDescriptor<T> : DocValuesPropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>, IDescriptor, IIpProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
Type Parameters
Constructors
|
Edit this page
View Source
IpPropertyDescriptor()
Declaration
public IpPropertyDescriptor()
Methods
|
Edit this page
View Source
Index(bool?)
Declaration
public IpPropertyDescriptor<T> Index(bool? index = true)
Parameters
Type |
Name |
Description |
bool? |
index |
|
Returns
|
Edit this page
View Source
NullValue(string)
Declaration
public IpPropertyDescriptor<T> NullValue(string nullValue)
Parameters
Type |
Name |
Description |
string |
nullValue |
|
Returns
Implements
Extension Methods