public final class Sort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Sort.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
field |
Object |
missing |
SortMode |
mode |
SortOrder |
order |
String |
unmapped |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static Sort |
sortAsc(String field) |
static Sort.Builder |
sortBuilder() |
static Sort |
sortDesc(String field) |
Copyright © 2012–2015 Polyglotted IO. All rights reserved.