Class FieldSort
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
|
Edit this page
View Source
ByShardDocumentOrder
Declaration
public static readonly IList<ISort> ByShardDocumentOrder
Field Value
|
Edit this page
View Source
ShardDocumentOrderAscending
Declaration
public static readonly FieldSort ShardDocumentOrderAscending
Field Value
|
Edit this page
View Source
ShardDocumentOrderDescending
Declaration
public static readonly FieldSort ShardDocumentOrderDescending
Field Value
Properties
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
IgnoreUnmappedFields
Declaration
public bool? IgnoreUnmappedFields { get; set; }
Property Value
|
Edit this page
View Source
SortKey
The field on which to sort
Declaration
protected override Field SortKey { get; }
Property Value
Overrides
|
Edit this page
View Source
UnmappedType
Declaration
public FieldType? UnmappedType { get; set; }
Property Value
Implements
Extension Methods