Package com.arangodb.entity.arangosearch
Class SearchAliasIndex
java.lang.Object
com.arangodb.entity.arangosearch.SearchAliasIndex
- Since:
- ArabgoDB 3.10
- Author:
- Michele Rastelli
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSearchAliasIndex(String collection, String index) SearchAliasIndex(String collection, String index, SearchAliasIndex.OperationType operation) -
Method Summary
-
Constructor Details
-
SearchAliasIndex
- Parameters:
collection- The name of a collection.index- The name of an inverted index of the collection.
-
SearchAliasIndex
- Parameters:
collection- The name of a collection.index- The name of an inverted index of the collection.operation- Whether to add or remove the index to the stored indexes property of the View. (default "add")
-
-
Method Details