using Gos.Infrastructure.Search.Dtos; using Nest; namespace Gos.Infrastructure.Search.Indexes { public class ConcordanceIndexProvider : BaseIndexProvider { public ConcordanceIndexProvider(IElasticClient client) : base(client) { } } }