Пример #1
0
 public JetsDocumentsAdapter(ISearchEngine <TDocument> documentSearchEngine, GlobalSearchEngine searchEngine, SearchEngineRegistry searchEngineRegistry)
 {
     this.documentSearchEngine = documentSearchEngine;
     this.searchEngine         = searchEngine;
     this.searchEngineRegistry = searchEngineRegistry;
 }
 public SearchOptionMiddleware(IApplicationService applicationService, SearchEngineRegistry searchEngineRegistry, Type type)
 {
     this.applicationService   = applicationService;
     this.searchEngineRegistry = searchEngineRegistry;
     this.type = type;
 }