Uses of Class
com.arangodb.entity.arangosearch.SearchAliasIndex
-
Packages that use SearchAliasIndex Package Description com.arangodb.entity.arangosearch com.arangodb.model.arangosearch -
-
Uses of SearchAliasIndex in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return types with arguments of type SearchAliasIndex Modifier and Type Method Description Collection<SearchAliasIndex>SearchAliasPropertiesEntity. getIndexes() -
Uses of SearchAliasIndex in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return types with arguments of type SearchAliasIndex Modifier and Type Method Description Collection<SearchAliasIndex>SearchAliasCreateOptions. getIndexes()Collection<SearchAliasIndex>SearchAliasPropertiesOptions. getIndexes()Methods in com.arangodb.model.arangosearch with parameters of type SearchAliasIndex Modifier and Type Method Description SearchAliasCreateOptionsSearchAliasCreateOptions. indexes(SearchAliasIndex... indexes)SearchAliasPropertiesOptionsSearchAliasPropertiesOptions. indexes(SearchAliasIndex... indexes)
-