Interface IFieldSort
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IFieldSort : ISort
Properties
| Edit this page View SourceIgnoreUnmappedFields
Declaration
[DataMember(Name = "ignore_unmapped")]
bool? IgnoreUnmappedFields { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UnmappedType
Declaration
[DataMember(Name = "unmapped_type")]
FieldType? UnmappedType { get; set; }
Property Value
Type | Description |
---|---|
FieldType? |