public class InvertedIndexPrimarySort extends Object implements Entity
Modifier and Type | Class and Description |
---|---|
static class |
InvertedIndexPrimarySort.Field |
Constructor and Description |
---|
InvertedIndexPrimarySort() |
Modifier and Type | Method and Description |
---|---|
InvertedIndexPrimarySort |
compression(ArangoSearchCompression compression) |
boolean |
equals(Object o) |
InvertedIndexPrimarySort |
fields(InvertedIndexPrimarySort.Field... fields) |
ArangoSearchCompression |
getCompression() |
List<InvertedIndexPrimarySort.Field> |
getFields() |
int |
hashCode() |
public List<InvertedIndexPrimarySort.Field> getFields()
public InvertedIndexPrimarySort fields(InvertedIndexPrimarySort.Field... fields)
fields
- An array of the fields to sort the index by and the direction to sort each field in.public ArangoSearchCompression getCompression()
public InvertedIndexPrimarySort compression(ArangoSearchCompression compression)
compression
- Defines how to compress the primary sort data.Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.