Example #1
0
 public TeamSearchService()
 {
     _elasticClient = ElasticSearchClientFactory.Create();
 }
Example #2
0
 public Indexer()
 {
     _elasticClient = ElasticSearchClientFactory.Create();
 }