Class SearchAliasIndex


  • public final class SearchAliasIndex
    extends Object
    Since:
    ArabgoDB 3.10
    Author:
    Michele Rastelli
    • Constructor Detail

      • SearchAliasIndex

        public SearchAliasIndex​(String collection,
                                String index)
        Parameters:
        collection - The name of a collection.
        index - The name of an inverted index of the collection.
      • SearchAliasIndex

        public SearchAliasIndex​(String collection,
                                String index,
                                SearchAliasIndex.OperationType operation)
        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")