def __init__()

in ees_network_drive/sync_enterprise_search.py [0:0]


    def __init__(self, config, logger, workplace_search_custom_client, queue):
        self.logger = logger
        self.workplace_search_custom_client = workplace_search_custom_client
        self.queue = queue
        self.ws_source = config.get_value("enterprise_search.source_id")
        self.enterprise_search_sync_thread_count = config.get_value("enterprise_search_sync_thread_count")
        self.total_document_indexed = 0
        self.total_documents_found = 0