Uses of Class
com.arangodb.model.arangosearch.SearchAliasCreateOptions
-
Packages that use SearchAliasCreateOptions Package Description com.arangodb com.arangodb.model.arangosearch -
-
Uses of SearchAliasCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type SearchAliasCreateOptions Modifier and Type Method Description ViewEntitySearchAlias. create(SearchAliasCreateOptions options)Creates a view with the givenoptions, then returns view information from the server.ViewEntityArangoDatabase. createSearchAlias(String name, SearchAliasCreateOptions options)Creates a SearchAlias view with the givenoptions, then returns view information from the server. -
Uses of SearchAliasCreateOptions in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return SearchAliasCreateOptions Modifier and Type Method Description static SearchAliasCreateOptionsSearchAliasOptionsBuilder. build(SearchAliasCreateOptions options, String name)SearchAliasCreateOptionsSearchAliasCreateOptions. indexes(SearchAliasIndex... indexes)Methods in com.arangodb.model.arangosearch with parameters of type SearchAliasCreateOptions Modifier and Type Method Description static SearchAliasCreateOptionsSearchAliasOptionsBuilder. build(SearchAliasCreateOptions options, String name)
-