public final class SearchAliasCreateOptions extends Object
Constructor and Description |
---|
SearchAliasCreateOptions() |
Modifier and Type | Method and Description |
---|---|
Collection<SearchAliasIndex> |
getIndexes() |
String |
getName() |
ViewType |
getType() |
SearchAliasCreateOptions |
indexes(SearchAliasIndex... indexes) |
public SearchAliasCreateOptions indexes(SearchAliasIndex... indexes)
indexes
- A list of inverted indexes to add to the View.public String getName()
public ViewType getType()
public Collection<SearchAliasIndex> getIndexes()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.