Class UserIndexation


  • @Technical
    @Bean
    public class UserIndexation
    extends Object
    Indexation of the users in Silverpeas. It uses the indexer and searcher API to provide a way to index and to search in a transparently way the users.
    • Method Detail

      • indexUser

        public void indexUser​(String userId)
        Indexes the specified user. If no user exist with the specified unique identifier, nothing is done.
        Parameters:
        userId - the unique identifier of the user to index.
      • unindexUser

        public void unindexUser​(String userId)