Exemplo n.º 1
0
 public TeamSearchService()
 {
     _elasticClient = ElasticSearchClientFactory.Create();
 }
Exemplo n.º 2
0
 public Indexer()
 {
     _elasticClient = ElasticSearchClientFactory.Create();
 }