Class DefaultSnIndexService

    • Constructor Detail

      • DefaultSnIndexService

        public DefaultSnIndexService()
    • Method Detail

      • getDefaultIndexId

        public java.lang.String getDefaultIndexId​(java.lang.String indexTypeId)
                                           throws SnIndexException
        Description copied from interface: SnIndexService
        Returns the default index id for the given index type id. The index might not yet exist on the target system.
        Specified by:
        getDefaultIndexId in interface SnIndexService
        Parameters:
        indexTypeId - - the index type id
        Returns:
        the default index id
        Throws:
        SnIndexException - if an error occurs
      • deleteIndexForId

        public void deleteIndexForId​(java.lang.String indexTypeId,
                                     java.lang.String indexId)
                              throws SnIndexException
        Description copied from interface: SnIndexService
        Deletes the index with the given id.
        Specified by:
        deleteIndexForId in interface SnIndexService
        Parameters:
        indexTypeId - - the index type id
        indexId - - the index id
        Throws:
        SnIndexException - if an error occurs
      • setSnContextFactory

        public void setSnContextFactory​(SnContextFactory snContextFactory)
      • setSnSearchProviderFactory

        public void setSnSearchProviderFactory​(SnSearchProviderFactory snSearchProviderFactory)