메소드 | 설명 | |
---|---|---|
FieldSortBuilder ( string fieldName ) : Newtonsoft.Json.Linq | ||
IgnoreUnmapped ( bool ignoreUnmapped ) : |
Sets if the field does not exists in the index, it should be ignored and not sorted by or not. Defaults to false (not ignoring).
|
|
Missing ( object missing ) : ISortBuilder | ||
Order ( SortOrder order ) : ISortBuilder | ||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public FieldSortBuilder ( string fieldName ) : Newtonsoft.Json.Linq | ||
fieldName | string | |
리턴 | Newtonsoft.Json.Linq |
public IgnoreUnmapped ( bool ignoreUnmapped ) : |
||
ignoreUnmapped | bool | |
리턴 |