public static class InvertedIndexPrimarySort.Field extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InvertedIndexPrimarySort.Field.Direction |
Constructor and Description |
---|
Field(String field,
InvertedIndexPrimarySort.Field.Direction direction) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
InvertedIndexPrimarySort.Field.Direction |
getDirection() |
String |
getField() |
int |
hashCode() |
public Field(String field, InvertedIndexPrimarySort.Field.Direction direction)
field
- An attribute path. The . character denotes sub-attributes.direction
- The sorting direction.Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.