Uses of Class
com.arangodb.model.arangosearch.SearchAliasPropertiesOptions
-
Packages that use SearchAliasPropertiesOptions Package Description com.arangodb com.arangodb.model.arangosearch -
-
Uses of SearchAliasPropertiesOptions in com.arangodb
Methods in com.arangodb with parameters of type SearchAliasPropertiesOptions Modifier and Type Method Description SearchAliasPropertiesEntity
SearchAlias. replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.SearchAliasPropertiesEntity
SearchAlias. updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view. -
Uses of SearchAliasPropertiesOptions in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return SearchAliasPropertiesOptions Modifier and Type Method Description SearchAliasPropertiesOptions
SearchAliasPropertiesOptions. indexes(SearchAliasIndex... indexes)
-