Package com.arangodb.model.arangosearch
Class SearchAliasCreateOptions
- java.lang.Object
-
- com.arangodb.model.arangosearch.SearchAliasCreateOptions
-
public final class SearchAliasCreateOptions extends Object
- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description SearchAliasCreateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SearchAliasIndex>
getIndexes()
String
getName()
ViewType
getType()
SearchAliasCreateOptions
indexes(SearchAliasIndex... indexes)
-
-
-
Method Detail
-
indexes
public SearchAliasCreateOptions indexes(SearchAliasIndex... indexes)
- Parameters:
indexes
- A list of inverted indexes to add to the View.- Returns:
- options
-
getName
public String getName()
-
getType
public ViewType getType()
-
getIndexes
public Collection<SearchAliasIndex> getIndexes()
-
-