Lines Matching defs:External
606 loadExternalIndex(const Config::ExternalIndexSpec &External,
610 switch (External.Kind) {
614 RemoteIndexUsed.record(1, External.Location);
615 log("Associating {0} with remote index at {1}.", External.MountPoint,
616 External.Location);
617 return remote::getClient(External.Location, External.MountPoint);
619 log("Associating {0} with monolithic index at {1}.", External.MountPoint,
620 External.Location);
622 auto IndexLoadTask = [File = External.Location,
629 Tasks->runAsync("Load-index:" + External.Location,
724 C.Index.External = *IndexSpec;
930 const Config::ExternalIndexSpec &External, AsyncTaskRunner *Tasks) {
931 return loadExternalIndex(External, Tasks, SupportContainedRefs);