public class SearchAliasIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchAliasIndex.OperationType |
| Constructor and Description |
|---|
SearchAliasIndex(String collection,
String index) |
SearchAliasIndex(String collection,
String index,
SearchAliasIndex.OperationType operation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection() |
String |
getIndex() |
SearchAliasIndex.OperationType |
getOperation() |
public SearchAliasIndex(String collection, String index)
collection - The name of a collection.index - The name of an inverted index of the collection.public SearchAliasIndex(String collection, String index, SearchAliasIndex.OperationType operation)
collection - The name of a collection.index - The name of an inverted index of the collection.operation - Whether to add or remove the index to the stored indexes property of the View. (default "add")public String getCollection()
public String getIndex()
public SearchAliasIndex.OperationType getOperation()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.