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