Search Results for

    Show / Hide Table of Contents

    Class FieldSort

    Inheritance
    object
    SortBase
    FieldSort
    Implements
    IFieldSort
    ISort
    Inherited Members
    SortBase.Missing
    SortBase.Mode
    SortBase.NumericType
    SortBase.Nested
    SortBase.Order
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FieldSort : SortBase, IFieldSort, ISort

    Fields

    | Edit this page View Source

    ByDocumentOrder

    Declaration
    public static readonly IList<ISort> ByDocumentOrder
    Field Value
    Type Description
    IList<ISort>
    | Edit this page View Source

    ByShardDocumentOrder

    Declaration
    public static readonly IList<ISort> ByShardDocumentOrder
    Field Value
    Type Description
    IList<ISort>
    | Edit this page View Source

    ShardDocumentOrderAscending

    Declaration
    public static readonly FieldSort ShardDocumentOrderAscending
    Field Value
    Type Description
    FieldSort
    | Edit this page View Source

    ShardDocumentOrderDescending

    Declaration
    public static readonly FieldSort ShardDocumentOrderDescending
    Field Value
    Type Description
    FieldSort

    Properties

    | Edit this page View Source

    Field

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

    IgnoreUnmappedFields

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

    SortKey

    The field on which to sort

    Declaration
    protected override Field SortKey { get; }
    Property Value
    Type Description
    Field
    Overrides
    SortBase.SortKey
    | Edit this page View Source

    UnmappedType

    Declaration
    public FieldType? UnmappedType { get; set; }
    Property Value
    Type Description
    FieldType?

    Implements

    IFieldSort
    ISort

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
      • ByDocumentOrder
      • ByShardDocumentOrder
      • ShardDocumentOrderAscending
      • ShardDocumentOrderDescending
    • Properties
      • Field
      • IgnoreUnmappedFields
      • SortKey
      • UnmappedType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX