Class BackofficeSolrSearchIndexInitializer


  • public class BackofficeSolrSearchIndexInitializer
    extends java.lang.Object
    This class executes its logic during backoffice web context initialization and after system initialization started from hAC. It initializes (i.e. performs full indexing) all uninitialized backoffice solr indexes.
    • Constructor Detail

      • BackofficeSolrSearchIndexInitializer

        public BackofficeSolrSearchIndexInitializer()
    • Method Detail

      • initialize

        public void initialize()
      • initializeIndexesIfNecessary

        protected void initializeIndexesIfNecessary()
      • shouldInitializeIndexes

        protected boolean shouldInitializeIndexes()
      • isIndexInitialized

        protected boolean isIndexInitialized​(FacetSearchConfig searchConfig)
      • initializeIndex

        protected void initializeIndex​(FacetSearchConfig searchConfig)
      • setSolrIndexService

        public void setSolrIndexService​(SolrIndexService solrIndexService)
      • setIndexerService

        public void setIndexerService​(IndexerService indexerService)