Class ExplorerFolderService

    • Method Detail

      • index

        public void index​(ZoneItem zoneItem,
                          org.apache.solr.common.SolrInputDocument pageDocument)
        Description copied from interface: Service
        Fill the index with service data.
        This method is called during the containing page indexation process.
        Specified by:
        index in interface Service
        Overrides:
        index in class StaticService
        Parameters:
        zoneItem - the ZoneItem containing an instance of this service.
        pageDocument - the solr document for the containing Page.