Class ComponentIndexerAdapter

    • Constructor Detail

      • ComponentIndexerAdapter

        public ComponentIndexerAdapter()
    • Method Detail

      • index

        public void index​(SilverpeasComponentInstance componentInst,
                          boolean deleteAllBefore)
        Description copied from interface: ComponentIndexation
        Indexes the data managed by the specified component instance.
        Specified by:
        index in interface ComponentIndexation
        Parameters:
        componentInst - the instance of the component managing the data to index or to reindex.
        deleteAllBefore - true to delete all indexes linked to the content of a component. instance, otherwise nothing is deleted.