Package com.arangodb.entity.arangosearch
Class SearchAliasPropertiesEntity
- java.lang.Object
-
- com.arangodb.entity.ViewEntity
-
- com.arangodb.entity.arangosearch.SearchAliasPropertiesEntity
-
public final class SearchAliasPropertiesEntity extends ViewEntity
- Author:
- Michele Rastelli
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description SearchAliasPropertiesEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SearchAliasIndex>
getIndexes()
-
Methods inherited from class com.arangodb.entity.ViewEntity
getId, getName, getType
-
-
-
-
Method Detail
-
getIndexes
public Collection<SearchAliasIndex> getIndexes()
- Returns:
- A list of inverted indexes to add to the View.
-
-