Пример #1
0
 /// <inheritdoc cref="ISearchRepository.CreateIndexAsync" />
 public async Task CreateIndexAsync(CancellationToken cancellationToken = default) => await _elasticClient.CreateCustomIndex(_elasticOptions.DefaultIndex, cancellationToken);