Search Results for

    Show / Hide Table of Contents

    Interface IFieldSort

    Inherited Members
    ISort.Missing
    ISort.Mode
    ISort.NumericType
    ISort.Nested
    ISort.Order
    ISort.SortKey
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFieldSort : ISort

    Properties

    | Edit this page View Source

    IgnoreUnmappedFields

    Declaration
    [DataMember(Name = "ignore_unmapped")]
    bool? IgnoreUnmappedFields { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    UnmappedType

    Declaration
    [DataMember(Name = "unmapped_type")]
    FieldType? UnmappedType { get; set; }
    Property Value
    Type Description
    FieldType?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • IgnoreUnmappedFields
      • UnmappedType
    • Extension Methods
    Back to top Generated by DocFX