Ejemplo n.º 1
0
        public static AzureIndexer CreateIndexer(IConfiguration config)
        {
            var indexerConfig = IndexerConfiguration.FromConfiguration(config);

            return(indexerConfig.CreateIndexer());
        }